Html Css Color HEX #C41816 Fire Brick

📋 copy color: '#C41816'

red 196 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #C41816

Tints of Fire Brick #C41816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.09%

R = 80.99%
G = 9.92%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C41816 (or 0xC41816) is known color: Fire Brick. HEX triplet: C4, 18 and 16. RGB value is (196,24,22). Sum of RGB (Red+Green+Blue) = 196+24+22=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C41816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41816 is #3BE7E9. Grayscale: #4B4B4B. Windows color (decimal): -3925994 or 1448132. OLE color: 1448132.

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

Color convert

RGB 196 24 22 -
CMYK 0 0.88 0.89 0.23
HSL 0.69º 0.8% 0.43% -
HSV(B) 0.69º 0.89% 0.77% -
XYZ 23.24 12.45 1.94 -
YUV 75.2 97.98 214.16 -
System Red Green Blue C M Y K H S L
Decimal 196 24 22 0 0.88 0.89 0.23 0.69 0.8 0.43
Hex C4 18 16 0 58 59 17 1 50 2B
Octal 304 30 26 0 130 131 27 1 120 53
Binary 11000100 11000 10110 0 1011000 1011001 10111 1 1010000 101011

Color Harmonies of #C41816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41816

Black with #C41816

Text Example


Text Example

White with #C41816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41816; }

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

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

background-color css

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

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

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

border-color css

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

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

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