Shades of Fire Engine Red #C8032E
Tints of Fire Engine Red #C8032E
RGB
CMYK
RGB Variations
Color information
#C8032E (or 0xC8032E) is known color: Fire Engine Red. HEX triplet: C8, 03 and 2E. RGB value is (200,3,46). Sum of RGB (Red+Green+Blue) = 200+3+46=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8032E is #37FCD1. Grayscale: #424242. Windows color (decimal): -3669202 or 3015624. OLE color: 3015624.
HSL color Cylindrical-coordinate representation of color #C8032E: hue angle of 346.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8032E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.22 |
| HSL | 346.9º | 0.97% | 0.4% | - |
| HSV(B) | 346.9º | 0.99% | 0.78% | - |
| XYZ | 24.35 | 12.54 | 3.72 | - |
| YUV | 66.81 | 116.27 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 46 | 0 | 0.98 | 0.77 | 0.22 | 346.9 | 0.97 | 0.4 |
| Hex | C8 | 3 | 2E | 0 | 62 | 4D | 16 | 15B | 61 | 28 |
| Octal | 310 | 3 | 56 | 0 | 142 | 115 | 26 | 533 | 141 | 50 |
| Binary | 11001000 | 11 | 101110 | 0 | 1100010 | 1001101 | 10110 | 101011011 | 1100001 | 101000 |
Color Harmonies of #C8032E
Complementary color
Monochromatic Colors of #C8032E
Black with #C8032E
Text Example
Text Example
White with #C8032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8032E; }
p { color: rgb(200,3,46); }
H1.HeaderClassName
{
color: #C8032E;
}
.AnyTagClassName
{
color: #C8032E;
}
</style>
background-color css
<style>
a { background-color: #C8032E; }
a { background-color: rgb(200,3,46); }
div.DivClassName
{
background-color: #C8032E;
}
.BgClassName
{
background-color: #C8032E;
}
</style>
border-color css
<style>
span { border-color: #C8032E; }
span { border-color: rgb(200,3,46); }
td.TdClassName
{
border-color: #C8032E;
}
.TagClassName
{
border-color: #C8032E;
}
</style>