Shades of Fire Engine Red #C8052F
Tints of Fire Engine Red #C8052F
RGB
CMYK
RGB Variations
Color information
#C8052F (or 0xC8052F) is known color: Fire Engine Red. HEX triplet: C8, 05 and 2F. RGB value is (200,5,47). Sum of RGB (Red+Green+Blue) = 200+5+47=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C8052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8052F is #37FAD0. Grayscale: #444444. Windows color (decimal): -3668689 or 3081672. OLE color: 3081672.
HSL color Cylindrical-coordinate representation of color #C8052F: hue angle of 347.08º 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 #C8052F is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.22 |
| HSL | 347.08º | 0.95% | 0.4% | - |
| HSV(B) | 347.08º | 0.98% | 0.78% | - |
| XYZ | 24.39 | 12.59 | 3.83 | - |
| YUV | 68.09 | 116.1 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 47 | 0 | 0.98 | 0.76 | 0.22 | 347.08 | 0.95 | 0.4 |
| Hex | C8 | 5 | 2F | 0 | 62 | 4C | 16 | 15B | 5F | 28 |
| Octal | 310 | 5 | 57 | 0 | 142 | 114 | 26 | 533 | 137 | 50 |
| Binary | 11001000 | 101 | 101111 | 0 | 1100010 | 1001100 | 10110 | 101011011 | 1011111 | 101000 |
Color Harmonies of #C8052F
Complementary color
Monochromatic Colors of #C8052F
Black with #C8052F
Text Example
Text Example
White with #C8052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8052F; }
p { color: rgb(200,5,47); }
H1.HeaderClassName
{
color: #C8052F;
}
.AnyTagClassName
{
color: #C8052F;
}
</style>
background-color css
<style>
a { background-color: #C8052F; }
a { background-color: rgb(200,5,47); }
div.DivClassName
{
background-color: #C8052F;
}
.BgClassName
{
background-color: #C8052F;
}
</style>
border-color css
<style>
span { border-color: #C8052F; }
span { border-color: rgb(200,5,47); }
td.TdClassName
{
border-color: #C8052F;
}
.TagClassName
{
border-color: #C8052F;
}
</style>