Shades of Fire Engine Red #C90C20
Tints of Fire Engine Red #C90C20
RGB
CMYK
RGB Variations
Color information
#C90C20 (or 0xC90C20) is known color: Fire Engine Red. HEX triplet: C9, 0C and 20. RGB value is (201,12,32). Sum of RGB (Red+Green+Blue) = 201+12+32=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C20 is #36F3DF. Grayscale: #464646. Windows color (decimal): -3601376 or 2100425. OLE color: 2100425.
HSL color Cylindrical-coordinate representation of color #C90C20: hue angle of 353.65º 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 #C90C20 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 32 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.21 |
| HSL | 353.65º | 0.89% | 0.42% | - |
| HSV(B) | 353.65º | 0.94% | 0.79% | - |
| XYZ | 24.48 | 12.78 | 2.54 | - |
| YUV | 70.79 | 106.12 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 32 | 0 | 0.94 | 0.84 | 0.21 | 353.65 | 0.89 | 0.42 |
| Hex | C9 | C | 20 | 0 | 5E | 54 | 15 | 162 | 59 | 2A |
| Octal | 311 | 14 | 40 | 0 | 136 | 124 | 25 | 542 | 131 | 52 |
| Binary | 11001001 | 1100 | 100000 | 0 | 1011110 | 1010100 | 10101 | 101100010 | 1011001 | 101010 |
Color Harmonies of #C90C20
Complementary color
Monochromatic Colors of #C90C20
Black with #C90C20
Text Example
Text Example
White with #C90C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C20; }
p { color: rgb(201,12,32); }
H1.HeaderClassName
{
color: #C90C20;
}
.AnyTagClassName
{
color: #C90C20;
}
</style>
background-color css
<style>
a { background-color: #C90C20; }
a { background-color: rgb(201,12,32); }
div.DivClassName
{
background-color: #C90C20;
}
.BgClassName
{
background-color: #C90C20;
}
</style>
border-color css
<style>
span { border-color: #C90C20; }
span { border-color: rgb(201,12,32); }
td.TdClassName
{
border-color: #C90C20;
}
.TagClassName
{
border-color: #C90C20;
}
</style>