Shades of Fire Engine Red #C90C21
Tints of Fire Engine Red #C90C21
RGB
CMYK
RGB Variations
Color information
#C90C21 (or 0xC90C21) is known color: Fire Engine Red. HEX triplet: C9, 0C and 21. RGB value is (201,12,33). Sum of RGB (Red+Green+Blue) = 201+12+33=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C21 is #36F3DE. Grayscale: #474747. Windows color (decimal): -3601375 or 2165961. OLE color: 2165961.
HSL color Cylindrical-coordinate representation of color #C90C21: hue angle of 353.33º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C21 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 33 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.21 |
| HSL | 353.33º | 0.89% | 0.42% | - |
| HSV(B) | 353.33º | 0.94% | 0.79% | - |
| XYZ | 24.49 | 12.79 | 2.62 | - |
| YUV | 70.91 | 106.62 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 33 | 0 | 0.94 | 0.84 | 0.21 | 353.33 | 0.89 | 0.42 |
| Hex | C9 | C | 21 | 0 | 5E | 54 | 15 | 161 | 59 | 2A |
| Octal | 311 | 14 | 41 | 0 | 136 | 124 | 25 | 541 | 131 | 52 |
| Binary | 11001001 | 1100 | 100001 | 0 | 1011110 | 1010100 | 10101 | 101100001 | 1011001 | 101010 |
Color Harmonies of #C90C21
Complementary color
Monochromatic Colors of #C90C21
Black with #C90C21
Text Example
Text Example
White with #C90C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C21; }
p { color: rgb(201,12,33); }
H1.HeaderClassName
{
color: #C90C21;
}
.AnyTagClassName
{
color: #C90C21;
}
</style>
background-color css
<style>
a { background-color: #C90C21; }
a { background-color: rgb(201,12,33); }
div.DivClassName
{
background-color: #C90C21;
}
.BgClassName
{
background-color: #C90C21;
}
</style>
border-color css
<style>
span { border-color: #C90C21; }
span { border-color: rgb(201,12,33); }
td.TdClassName
{
border-color: #C90C21;
}
.TagClassName
{
border-color: #C90C21;
}
</style>