Shades of Fire Engine Red #C8072F
Tints of Fire Engine Red #C8072F
RGB
CMYK
RGB Variations
Color information
#C8072F (or 0xC8072F) is known color: Fire Engine Red. HEX triplet: C8, 07 and 2F. RGB value is (200,7,47). Sum of RGB (Red+Green+Blue) = 200+7+47=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C8072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8072F is #37F8D0. Grayscale: #454545. Windows color (decimal): -3668177 or 3082184. OLE color: 3082184.
HSL color Cylindrical-coordinate representation of color #C8072F: hue angle of 347.56º 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 #C8072F is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 47 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.22 |
| HSL | 347.56º | 0.93% | 0.41% | - |
| HSV(B) | 347.56º | 0.97% | 0.78% | - |
| XYZ | 24.41 | 12.64 | 3.84 | - |
| YUV | 69.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 47 | 0 | 0.96 | 0.76 | 0.22 | 347.56 | 0.93 | 0.41 |
| Hex | C8 | 7 | 2F | 0 | 60 | 4C | 16 | 15C | 5D | 29 |
| Octal | 310 | 7 | 57 | 0 | 140 | 114 | 26 | 534 | 135 | 51 |
| Binary | 11001000 | 111 | 101111 | 0 | 1100000 | 1001100 | 10110 | 101011100 | 1011101 | 101001 |
Color Harmonies of #C8072F
Complementary color
Monochromatic Colors of #C8072F
Black with #C8072F
Text Example
Text Example
White with #C8072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8072F; }
p { color: rgb(200,7,47); }
H1.HeaderClassName
{
color: #C8072F;
}
.AnyTagClassName
{
color: #C8072F;
}
</style>
background-color css
<style>
a { background-color: #C8072F; }
a { background-color: rgb(200,7,47); }
div.DivClassName
{
background-color: #C8072F;
}
.BgClassName
{
background-color: #C8072F;
}
</style>
border-color css
<style>
span { border-color: #C8072F; }
span { border-color: rgb(200,7,47); }
td.TdClassName
{
border-color: #C8072F;
}
.TagClassName
{
border-color: #C8072F;
}
</style>