Html Css Color HEX #C41811 Fire Brick

📋 copy color: '#C41811'

red 196 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #C41811

Tints of Fire Brick #C41811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

 BLUE value IS 17 (7.03% from 255) = 7.17%

R = 82.7%
G = 10.13%
B = 7.17%

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

#C41811 (or 0xC41811) is known color: Fire Brick. HEX triplet: C4, 18 and 11. RGB value is (196,24,17). Sum of RGB (Red+Green+Blue) = 196+24+17=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C41811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41811 is #3BE7EE. Grayscale: #4A4A4A. Windows color (decimal): -3925999 or 1120452. OLE color: 1120452.

HSL color Cylindrical-coordinate representation of color #C41811: hue angle of 2.35º degrees, saturation: 0.84, 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 #C41811 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 17 -
CMYK 0 0.88 0.91 0.23
HSL 2.35º 0.84% 0.42% -
HSV(B) 2.35º 0.91% 0.77% -
XYZ 23.19 12.43 1.71 -
YUV 74.63 95.48 214.57 -
System Red Green Blue C M Y K H S L
Decimal 196 24 17 0 0.88 0.91 0.23 2.35 0.84 0.42
Hex C4 18 11 0 58 5B 17 2 54 2A
Octal 304 30 21 0 130 133 27 2 124 52
Binary 11000100 11000 10001 0 1011000 1011011 10111 10 1010100 101010

Color Harmonies of #C41811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41811

Black with #C41811

Text Example


Text Example

White with #C41811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41811; }

 p { color: rgb(196,24,17); }

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

background-color css

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

 a { background-color: rgb(196,24,17); }

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

border-color css

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

 span { border-color: rgb(196,24,17); }

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