Html Css Color HEX #C41F18 Fire Brick

📋 copy color: '#C41F18'

red 196 ◦ green 31 ◦ blue 24

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

Shades of Fire Brick #C41F18

Tints of Fire Brick #C41F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.35%

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

R = 78.09%
G = 12.35%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C41F18 (or 0xC41F18) is known color: Fire Brick. HEX triplet: C4, 1F and 18. RGB value is (196,31,24). Sum of RGB (Red+Green+Blue) = 196+31+24=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41F18 is #3BE0E7. Grayscale: #4F4F4F. Windows color (decimal): -3924200 or 1580996. OLE color: 1580996.

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

Color convert

RGB 196 31 24 -
CMYK 0 0.84 0.88 0.23
HSL 2.44º 0.78% 0.43% -
HSV(B) 2.44º 0.88% 0.77% -
XYZ 23.42 12.78 2.1 -
YUV 79.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 196 31 24 0 0.84 0.88 0.23 2.44 0.78 0.43
Hex C4 1F 18 0 54 58 17 2 4E 2B
Octal 304 37 30 0 124 130 27 2 116 53
Binary 11000100 11111 11000 0 1010100 1011000 10111 10 1001110 101011

Color Harmonies of #C41F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F18

Black with #C41F18

Text Example


Text Example

White with #C41F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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