#C71612

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

Shades of Fire Brick #C71612

Tints of Fire Brick #C71612

Color information

#C71612 (or 0xC71612) is unknown color: approx Fire Brick. HEX triplet: C7, 16 and 12. RGB value is (199,22,18). Sum of RGB (Red+Green+Blue) = 199+22+18=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C71612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71612 is #38E9ED. Grayscale: #4A4A4A. Windows color (decimal): -3729902 or 1185479. OLE color: 1185479.

HSL color Cylindrical-coordinate representation of color #C71612: hue angle of 1.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71612 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB1992218-
CMYK00.890.910.22
HSL1.33º83.41%42.55%-
HSV(B)1.33º90.95%78.04%-
XYZ23.9512.761.77-
YUV74.4796.14216.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 83.26%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=83.26%
G=9.21%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199221800.890.910.221.3383.4142.55
HexC716120595B161532b
Octal3072622013113326112353
Binary1100011110110100100101100110110111011011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71612; }

 p { color: rgb(199,22,18); }

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

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

 a { background-color: rgb(199,22,18); }

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

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

 span { border-color: rgb(199,22,18); }

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