Html Css Color HEX #C41A18 Fire Brick

📋 copy color: '#C41A18'

red 196 ◦ green 26 ◦ blue 24

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

Shades of Fire Brick #C41A18

Tints of Fire Brick #C41A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.57%

 BLUE value IS 24 (9.77% from 255) = 9.76%

R = 79.67%
G = 10.57%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C41A18 (or 0xC41A18) is known color: Fire Brick. HEX triplet: C4, 1A and 18. RGB value is (196,26,24). Sum of RGB (Red+Green+Blue) = 196+26+24=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41A18 is #3BE5E7. Grayscale: #4C4C4C. Windows color (decimal): -3925480 or 1579716. OLE color: 1579716.

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

Color convert

RGB 196 26 24 -
CMYK 0 0.87 0.88 0.23
HSL 0.7º 0.78% 0.43% -
HSV(B) 0.7º 0.88% 0.77% -
XYZ 23.3 12.54 2.06 -
YUV 76.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 196 26 24 0 0.87 0.88 0.23 0.7 0.78 0.43
Hex C4 1A 18 0 57 58 17 1 4E 2B
Octal 304 32 30 0 127 130 27 1 116 53
Binary 11000100 11010 11000 0 1010111 1011000 10111 1 1001110 101011

Color Harmonies of #C41A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A18

Black with #C41A18

Text Example


Text Example

White with #C41A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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