Html Css Color HEX #C41514 Fire Brick

📋 copy color: '#C41514'

red 196 ◦ green 21 ◦ blue 20

#C41514
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #C41514

Tints of Fire Brick #C41514

RGB

 RED value IS 196 (76.95% from 255) = 82.7%

 GREEN value IS 21 (8.59% from 255) = 8.86%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 82.7%
G = 8.86%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C41514 (or 0xC41514) is known color: Fire Brick. HEX triplet: C4, 15 and 14. RGB value is (196,21,20). Sum of RGB (Red+Green+Blue) = 196+21+20=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C41514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41514 is #3BEAEB. Grayscale: #494949. Windows color (decimal): -3926764 or 1316292. OLE color: 1316292.

HSL color Cylindrical-coordinate representation of color #C41514: hue angle of 0.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41514 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 20 -
CMYK 0 0.89 0.90 0.23
HSL 0.34º 0.81% 0.42% -
HSV(B) 0.34º 0.9% 0.77% -
XYZ 23.16 12.32 1.82 -
YUV 73.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 196 21 20 0 0.89 0.90 0.23 0.34 0.81 0.42
Hex C4 15 14 0 59 5A 17 0 51 2A
Octal 304 25 24 0 131 132 27 0 121 52
Binary 11000100 10101 10100 0 1011001 1011010 10111 0 1010001 101010

Color Harmonies of #C41514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41514

Black with #C41514

Text Example


Text Example

White with #C41514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41514; }

 p { color: rgb(196,21,20); }

 H1.HeaderClassName
 {
   color: #C41514;
 }
 .AnyTagClassName
 {
   color: #C41514;
 }
</style>

background-color css

<style>
 a { background-color: #C41514; }

 a { background-color: rgb(196,21,20); }

 div.DivClassName
 {
   background-color: #C41514;
 }
 .BgClassName
 {
   background-color: #C41514;
 }
</style>

border-color css

<style>
 span { border-color: #C41514; }

 span { border-color: rgb(196,21,20); }

 td.TdClassName
 {
   border-color: #C41514;
 }
 .TagClassName
 {
   border-color: #C41514;
 }
</style>