Html Css Color HEX #C41712 Fire Brick

📋 copy color: '#C41712'

red 196 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #C41712

Tints of Fire Brick #C41712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 82.7%
G = 9.7%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C41712 (or 0xC41712) is known color: Fire Brick. HEX triplet: C4, 17 and 12. RGB value is (196,23,18). Sum of RGB (Red+Green+Blue) = 196+23+18=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C41712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41712 is #3BE8ED. Grayscale: #4A4A4A. Windows color (decimal): -3926254 or 1185732. OLE color: 1185732.

HSL color Cylindrical-coordinate representation of color #C41712: hue angle of 1.69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41712 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 23 18 -
CMYK 0 0.88 0.91 0.23
HSL 1.69º 0.83% 0.42% -
HSV(B) 1.69º 0.91% 0.77% -
XYZ 23.18 12.39 1.74 -
YUV 74.16 96.31 214.91 -
System Red Green Blue C M Y K H S L
Decimal 196 23 18 0 0.88 0.91 0.23 1.69 0.83 0.42
Hex C4 17 12 0 58 5B 17 2 53 2A
Octal 304 27 22 0 130 133 27 2 123 52
Binary 11000100 10111 10010 0 1011000 1011011 10111 10 1010011 101010

Color Harmonies of #C41712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41712

Black with #C41712

Text Example


Text Example

White with #C41712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41712; }

 p { color: rgb(196,23,18); }

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

background-color css

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

 a { background-color: rgb(196,23,18); }

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

border-color css

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

 span { border-color: rgb(196,23,18); }

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