Html Css Color HEX #C51917 Fire Brick

📋 copy color: '#C51917'

red 197 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #C51917

Tints of Fire Brick #C51917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.39%

R = 80.41%
G = 10.2%
B = 9.39%

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

#C51917 (or 0xC51917) is known color: Fire Brick. HEX triplet: C5, 19 and 17. RGB value is (197,25,23). Sum of RGB (Red+Green+Blue) = 197+25+23=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C51917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51917 is #3AE6E8. Grayscale: #4C4C4C. Windows color (decimal): -3860201 or 1513925. OLE color: 1513925.

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

Color convert

RGB 197 25 23 -
CMYK 0 0.87 0.88 0.23
HSL 0.69º 0.79% 0.43% -
HSV(B) 0.69º 0.88% 0.77% -
XYZ 23.53 12.63 2.01 -
YUV 76.2 97.98 214.16 -
System Red Green Blue C M Y K H S L
Decimal 197 25 23 0 0.87 0.88 0.23 0.69 0.79 0.43
Hex C5 19 17 0 57 58 17 1 4F 2B
Octal 305 31 27 0 127 130 27 1 117 53
Binary 11000101 11001 10111 0 1010111 1011000 10111 1 1001111 101011

Color Harmonies of #C51917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51917

Black with #C51917

Text Example


Text Example

White with #C51917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51917; }

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

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

background-color css

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

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

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

border-color css

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

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

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