Html Css Color HEX #C51918 Fire Brick

📋 copy color: '#C51918'

red 197 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #C51918

Tints of Fire Brick #C51918

RGB

 RED value IS 197 (77.34% from 255) = 80.08%

 GREEN value IS 25 (10.16% from 255) = 10.16%

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

R = 80.08%
G = 10.16%
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

#C51918 (or 0xC51918) is known color: Fire Brick. HEX triplet: C5, 19 and 18. RGB value is (197,25,24). Sum of RGB (Red+Green+Blue) = 197+25+24=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C51918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51918 is #3AE6E7. Grayscale: #4C4C4C. Windows color (decimal): -3860200 or 1579461. OLE color: 1579461.

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

Color convert

RGB 197 25 24 -
CMYK 0 0.87 0.88 0.23
HSL 0.35º 0.78% 0.43% -
HSV(B) 0.35º 0.88% 0.77% -
XYZ 23.54 12.63 2.06 -
YUV 76.31 98.48 214.08 -
System Red Green Blue C M Y K H S L
Decimal 197 25 24 0 0.87 0.88 0.23 0.35 0.78 0.43
Hex C5 19 18 0 57 58 17 0 4E 2B
Octal 305 31 30 0 127 130 27 0 116 53
Binary 11000101 11001 11000 0 1010111 1011000 10111 0 1001110 101011

Color Harmonies of #C51918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51918

Black with #C51918

Text Example


Text Example

White with #C51918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51918; }

 p { color: rgb(197,25,24); }

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

background-color css

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

 a { background-color: rgb(197,25,24); }

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

border-color css

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

 span { border-color: rgb(197,25,24); }

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