Shades of Fire Engine Red #C8052A
Tints of Fire Engine Red #C8052A
RGB
CMYK
RGB Variations
Color information
#C8052A (or 0xC8052A) is known color: Fire Engine Red. HEX triplet: C8, 05 and 2A. RGB value is (200,5,42). Sum of RGB (Red+Green+Blue) = 200+5+42=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C8052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8052A is #37FAD5. Grayscale: #434343. Windows color (decimal): -3668694 or 2753992. OLE color: 2753992.
HSL color Cylindrical-coordinate representation of color #C8052A: hue angle of 348.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8052A is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.22 |
| HSL | 348.62º | 0.95% | 0.4% | - |
| HSV(B) | 348.62º | 0.98% | 0.78% | - |
| XYZ | 24.29 | 12.56 | 3.33 | - |
| YUV | 67.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 42 | 0 | 0.98 | 0.79 | 0.22 | 348.62 | 0.95 | 0.4 |
| Hex | C8 | 5 | 2A | 0 | 62 | 4F | 16 | 15D | 5F | 28 |
| Octal | 310 | 5 | 52 | 0 | 142 | 117 | 26 | 535 | 137 | 50 |
| Binary | 11001000 | 101 | 101010 | 0 | 1100010 | 1001111 | 10110 | 101011101 | 1011111 | 101000 |
Color Harmonies of #C8052A
Complementary color
Monochromatic Colors of #C8052A
Black with #C8052A
Text Example
Text Example
White with #C8052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8052A; }
p { color: rgb(200,5,42); }
H1.HeaderClassName
{
color: #C8052A;
}
.AnyTagClassName
{
color: #C8052A;
}
</style>
background-color css
<style>
a { background-color: #C8052A; }
a { background-color: rgb(200,5,42); }
div.DivClassName
{
background-color: #C8052A;
}
.BgClassName
{
background-color: #C8052A;
}
</style>
border-color css
<style>
span { border-color: #C8052A; }
span { border-color: rgb(200,5,42); }
td.TdClassName
{
border-color: #C8052A;
}
.TagClassName
{
border-color: #C8052A;
}
</style>