#C71917

Color #C71917 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C71917

Tints of Fire Brick #C71917

Color information

#C71917 (or 0xC71917) is unknown color: approx Fire Brick. HEX triplet: C7, 19 and 17. RGB value is (199,25,23). Sum of RGB (Red+Green+Blue) = 199+25+23=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C71917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71917 is #38E6E8. Grayscale: #4C4C4C. Windows color (decimal): -3729129 or 1513927. OLE color: 1513927.

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

Color convert

RGB1992523-
CMYK00.870.880.22
HSL0.68º79.28%43.53%-
HSV(B)0.68º88.44%78.04%-
XYZ24.0612.92.03-
YUV76.897.65215.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 80.57%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 23 (9.38% from 255) = 9.31%
R=80.57%
G=10.12%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199252300.870.880.220.6879.2843.53
HexC71917057581614f2c
Octal3073127012713026111754
Binary1100011111001101110101011110110001011011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71917; }

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

 H1.HeaderClassName
 {
   color: #C71917;
 }
 .AnyTagClassName
 {
   color: #C71917;
 }
</style>
background-color css

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

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

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

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

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

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