Shades of Fire Engine Red #C9032F
Tints of Fire Engine Red #C9032F
RGB
CMYK
RGB Variations
Color information
#C9032F (or 0xC9032F) is known color: Fire Engine Red. HEX triplet: C9, 03 and 2F. RGB value is (201,3,47). Sum of RGB (Red+Green+Blue) = 201+3+47=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C9032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9032F is #36FCD0. Grayscale: #434343. Windows color (decimal): -3603665 or 3081161. OLE color: 3081161.
HSL color Cylindrical-coordinate representation of color #C9032F: hue angle of 346.67º 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 #C9032F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.21 |
| HSL | 346.67º | 0.97% | 0.4% | - |
| HSV(B) | 346.67º | 0.99% | 0.79% | - |
| XYZ | 24.63 | 12.69 | 3.84 | - |
| YUV | 67.22 | 116.6 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 47 | 0 | 0.99 | 0.77 | 0.21 | 346.67 | 0.97 | 0.4 |
| Hex | C9 | 3 | 2F | 0 | 63 | 4D | 15 | 15B | 61 | 28 |
| Octal | 311 | 3 | 57 | 0 | 143 | 115 | 25 | 533 | 141 | 50 |
| Binary | 11001001 | 11 | 101111 | 0 | 1100011 | 1001101 | 10101 | 101011011 | 1100001 | 101000 |
Color Harmonies of #C9032F
Complementary color
Monochromatic Colors of #C9032F
Black with #C9032F
Text Example
Text Example
White with #C9032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9032F; }
p { color: rgb(201,3,47); }
H1.HeaderClassName
{
color: #C9032F;
}
.AnyTagClassName
{
color: #C9032F;
}
</style>
background-color css
<style>
a { background-color: #C9032F; }
a { background-color: rgb(201,3,47); }
div.DivClassName
{
background-color: #C9032F;
}
.BgClassName
{
background-color: #C9032F;
}
</style>
border-color css
<style>
span { border-color: #C9032F; }
span { border-color: rgb(201,3,47); }
td.TdClassName
{
border-color: #C9032F;
}
.TagClassName
{
border-color: #C9032F;
}
</style>