Color Hex Logo

#c4303f Color Hex

#C4303F
(196,48,63)
0 Favorites   0 Comments

Color spaces of #c4303f

RGB 1964863
HSL0.980.610.48
HSV354°76°77°
CMYK 0.000.760.68   0.23
XYZ24.719114.20856.1423
Yxy14.20850.54850.3153
Hunter Lab37.694251.092016.7246
CIE-Lab44.530558.247627.6585

#c4303f color RGB value is (196,48,63).

#c4303f hex color red value is 196, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c4303f hue: 0.98 , saturation: 0.61 and the lightness value of c4303f is 0.48.

The process color (four color CMYK) of #c4303f color hex is 0.00, 0.76, 0.68, 0.23. Web safe color of #c4303f is #cc3333. Color #c4303f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110000 00111111
Octal 304 60 77
Decimal 196 48 63
Hex C4 30 3F

RGB Percentages of Color #c4303f

%63.84
%15.64
%20.52

CMYK Percentages of Color #c4303f

%0
%76
%68
%23

Triadic Colors of #c4303f

#c4303f #3fc430 #303fc4

Analogous Colors of #c4303f

#c4303f #c46b30 #c43089

Monochromatic Colors of #c4303f

#c4303f

Complementary Color

#c4303f #30c4b5

#c4303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4303f Color CSS Codes

.mybgcolor {background-color:#c4303f; } 
.myforecolor {color:#c4303f; }
.mybordercolor {border:3px solid #c4303f; }

#c4303f Text Font Color

<p style="color:#c4303f">Text here</p>

This sample text font color is #c4303f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c4303f Background Color

<div style="background-color:#c4303f">
Div content here</div>

This div background color is #c4303f


#c4303f Border Color

<div style="border:3px solid #c4303f">
Div here</div>

This div border color is #c4303f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,48,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4303f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4303f;
  -webkit-box-shadow: 1px 1px 3px 2px #c4303f;
  box-shadow:         1px 1px 3px 2px #c4303f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,48,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c4303f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c4303f;
  -webkit-box-shadow: 1px 1px 3px 2px #c4303f;
  box-shadow:         1px 1px 3px 2px #c4303f;">
Div content here</div>

This div box has shadow with color #c4303f


Comments

No comments written yet.

Please login to write comment.