Shades of Fire Engine Red #C8072D
Tints of Fire Engine Red #C8072D
RGB
CMYK
RGB Variations
Color information
#C8072D (or 0xC8072D) is known color: Fire Engine Red. HEX triplet: C8, 07 and 2D. RGB value is (200,7,45). Sum of RGB (Red+Green+Blue) = 200+7+45=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C8072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8072D is #37F8D2. Grayscale: #454545. Windows color (decimal): -3668179 or 2951112. OLE color: 2951112.
HSL color Cylindrical-coordinate representation of color #C8072D: hue angle of 348.19º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8072D is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.22 |
| HSL | 348.19º | 0.93% | 0.41% | - |
| HSV(B) | 348.19º | 0.97% | 0.78% | - |
| XYZ | 24.37 | 12.62 | 3.63 | - |
| YUV | 69.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 45 | 0 | 0.96 | 0.78 | 0.22 | 348.19 | 0.93 | 0.41 |
| Hex | C8 | 7 | 2D | 0 | 60 | 4E | 16 | 15C | 5D | 29 |
| Octal | 310 | 7 | 55 | 0 | 140 | 116 | 26 | 534 | 135 | 51 |
| Binary | 11001000 | 111 | 101101 | 0 | 1100000 | 1001110 | 10110 | 101011100 | 1011101 | 101001 |
Color Harmonies of #C8072D
Complementary color
Monochromatic Colors of #C8072D
Black with #C8072D
Text Example
Text Example
White with #C8072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8072D; }
p { color: rgb(200,7,45); }
H1.HeaderClassName
{
color: #C8072D;
}
.AnyTagClassName
{
color: #C8072D;
}
</style>
background-color css
<style>
a { background-color: #C8072D; }
a { background-color: rgb(200,7,45); }
div.DivClassName
{
background-color: #C8072D;
}
.BgClassName
{
background-color: #C8072D;
}
</style>
border-color css
<style>
span { border-color: #C8072D; }
span { border-color: rgb(200,7,45); }
td.TdClassName
{
border-color: #C8072D;
}
.TagClassName
{
border-color: #C8072D;
}
</style>