Shades of Fire Engine Red #C9032E
Tints of Fire Engine Red #C9032E
RGB
CMYK
RGB Variations
Color information
#C9032E (or 0xC9032E) is known color: Fire Engine Red. HEX triplet: C9, 03 and 2E. RGB value is (201,3,46). Sum of RGB (Red+Green+Blue) = 201+3+46=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C9032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9032E is #36FCD1. Grayscale: #434343. Windows color (decimal): -3603666 or 3015625. OLE color: 3015625.
HSL color Cylindrical-coordinate representation of color #C9032E: hue angle of 346.97º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9032E is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.21 |
| HSL | 346.97º | 0.97% | 0.4% | - |
| HSV(B) | 346.97º | 0.99% | 0.79% | - |
| XYZ | 24.61 | 12.68 | 3.73 | - |
| YUV | 67.1 | 116.1 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 46 | 0 | 0.99 | 0.77 | 0.21 | 346.97 | 0.97 | 0.4 |
| Hex | C9 | 3 | 2E | 0 | 63 | 4D | 15 | 15B | 61 | 28 |
| Octal | 311 | 3 | 56 | 0 | 143 | 115 | 25 | 533 | 141 | 50 |
| Binary | 11001001 | 11 | 101110 | 0 | 1100011 | 1001101 | 10101 | 101011011 | 1100001 | 101000 |
Color Harmonies of #C9032E
Complementary color
Monochromatic Colors of #C9032E
Black with #C9032E
Text Example
Text Example
White with #C9032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9032E; }
p { color: rgb(201,3,46); }
H1.HeaderClassName
{
color: #C9032E;
}
.AnyTagClassName
{
color: #C9032E;
}
</style>
background-color css
<style>
a { background-color: #C9032E; }
a { background-color: rgb(201,3,46); }
div.DivClassName
{
background-color: #C9032E;
}
.BgClassName
{
background-color: #C9032E;
}
</style>
border-color css
<style>
span { border-color: #C9032E; }
span { border-color: rgb(201,3,46); }
td.TdClassName
{
border-color: #C9032E;
}
.TagClassName
{
border-color: #C9032E;
}
</style>