Shades of Fire Engine Red #C9052E
Tints of Fire Engine Red #C9052E
RGB
CMYK
RGB Variations
Color information
#C9052E (or 0xC9052E) is known color: Fire Engine Red. HEX triplet: C9, 05 and 2E. RGB value is (201,5,46). Sum of RGB (Red+Green+Blue) = 201+5+46=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C9052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9052E is #36FAD1. Grayscale: #444444. Windows color (decimal): -3603154 or 3016137. OLE color: 3016137.
HSL color Cylindrical-coordinate representation of color #C9052E: hue angle of 347.45º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9052E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.21 |
| HSL | 347.45º | 0.95% | 0.4% | - |
| HSV(B) | 347.45º | 0.98% | 0.79% | - |
| XYZ | 24.63 | 12.72 | 3.74 | - |
| YUV | 68.28 | 115.43 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 46 | 0 | 0.98 | 0.77 | 0.21 | 347.45 | 0.95 | 0.4 |
| Hex | C9 | 5 | 2E | 0 | 62 | 4D | 15 | 15B | 5F | 28 |
| Octal | 311 | 5 | 56 | 0 | 142 | 115 | 25 | 533 | 137 | 50 |
| Binary | 11001001 | 101 | 101110 | 0 | 1100010 | 1001101 | 10101 | 101011011 | 1011111 | 101000 |
Color Harmonies of #C9052E
Complementary color
Monochromatic Colors of #C9052E
Black with #C9052E
Text Example
Text Example
White with #C9052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9052E; }
p { color: rgb(201,5,46); }
H1.HeaderClassName
{
color: #C9052E;
}
.AnyTagClassName
{
color: #C9052E;
}
</style>
background-color css
<style>
a { background-color: #C9052E; }
a { background-color: rgb(201,5,46); }
div.DivClassName
{
background-color: #C9052E;
}
.BgClassName
{
background-color: #C9052E;
}
</style>
border-color css
<style>
span { border-color: #C9052E; }
span { border-color: rgb(201,5,46); }
td.TdClassName
{
border-color: #C9052E;
}
.TagClassName
{
border-color: #C9052E;
}
</style>