Shades of Fire Engine Red #C90E24
Tints of Fire Engine Red #C90E24
RGB
CMYK
RGB Variations
Color information
#C90E24 (or 0xC90E24) is known color: Fire Engine Red. HEX triplet: C9, 0E and 24. RGB value is (201,14,36). Sum of RGB (Red+Green+Blue) = 201+14+36=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90E24 is #36F1DB. Grayscale: #484848. Windows color (decimal): -3600860 or 2363081. OLE color: 2363081.
HSL color Cylindrical-coordinate representation of color #C90E24: hue angle of 352.94º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90E24 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 36 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.21 |
| HSL | 352.94º | 0.87% | 0.42% | - |
| HSV(B) | 352.94º | 0.93% | 0.79% | - |
| XYZ | 24.56 | 12.86 | 2.86 | - |
| YUV | 72.42 | 107.45 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 36 | 0 | 0.93 | 0.82 | 0.21 | 352.94 | 0.87 | 0.42 |
| Hex | C9 | E | 24 | 0 | 5D | 52 | 15 | 161 | 57 | 2A |
| Octal | 311 | 16 | 44 | 0 | 135 | 122 | 25 | 541 | 127 | 52 |
| Binary | 11001001 | 1110 | 100100 | 0 | 1011101 | 1010010 | 10101 | 101100001 | 1010111 | 101010 |
Color Harmonies of #C90E24
Complementary color
Monochromatic Colors of #C90E24
Black with #C90E24
Text Example
Text Example
White with #C90E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90E24; }
p { color: rgb(201,14,36); }
H1.HeaderClassName
{
color: #C90E24;
}
.AnyTagClassName
{
color: #C90E24;
}
</style>
background-color css
<style>
a { background-color: #C90E24; }
a { background-color: rgb(201,14,36); }
div.DivClassName
{
background-color: #C90E24;
}
.BgClassName
{
background-color: #C90E24;
}
</style>
border-color css
<style>
span { border-color: #C90E24; }
span { border-color: rgb(201,14,36); }
td.TdClassName
{
border-color: #C90E24;
}
.TagClassName
{
border-color: #C90E24;
}
</style>