Shades of Fire Engine Red #C90C27
Tints of Fire Engine Red #C90C27
RGB
CMYK
RGB Variations
Color information
#C90C27 (or 0xC90C27) is known color: Fire Engine Red. HEX triplet: C9, 0C and 27. RGB value is (201,12,39). Sum of RGB (Red+Green+Blue) = 201+12+39=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C27 is #36F3D8. Grayscale: #474747. Windows color (decimal): -3601369 or 2559177. OLE color: 2559177.
HSL color Cylindrical-coordinate representation of color #C90C27: hue angle of 351.43º 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 #C90C27 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 39 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.21 |
| HSL | 351.43º | 0.89% | 0.42% | - |
| HSV(B) | 351.43º | 0.94% | 0.79% | - |
| XYZ | 24.59 | 12.83 | 3.1 | - |
| YUV | 71.59 | 109.62 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 39 | 0 | 0.94 | 0.81 | 0.21 | 351.43 | 0.89 | 0.42 |
| Hex | C9 | C | 27 | 0 | 5E | 51 | 15 | 15F | 59 | 2A |
| Octal | 311 | 14 | 47 | 0 | 136 | 121 | 25 | 537 | 131 | 52 |
| Binary | 11001001 | 1100 | 100111 | 0 | 1011110 | 1010001 | 10101 | 101011111 | 1011001 | 101010 |
Color Harmonies of #C90C27
Complementary color
Monochromatic Colors of #C90C27
Black with #C90C27
Text Example
Text Example
White with #C90C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C27; }
p { color: rgb(201,12,39); }
H1.HeaderClassName
{
color: #C90C27;
}
.AnyTagClassName
{
color: #C90C27;
}
</style>
background-color css
<style>
a { background-color: #C90C27; }
a { background-color: rgb(201,12,39); }
div.DivClassName
{
background-color: #C90C27;
}
.BgClassName
{
background-color: #C90C27;
}
</style>
border-color css
<style>
span { border-color: #C90C27; }
span { border-color: rgb(201,12,39); }
td.TdClassName
{
border-color: #C90C27;
}
.TagClassName
{
border-color: #C90C27;
}
</style>