Shades of Fire Engine Red #C90C2A
Tints of Fire Engine Red #C90C2A
RGB
CMYK
RGB Variations
Color information
#C90C2A (or 0xC90C2A) is known color: Fire Engine Red. HEX triplet: C9, 0C and 2A. RGB value is (201,12,42). Sum of RGB (Red+Green+Blue) = 201+12+42=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C2A is #36F3D5. Grayscale: #484848. Windows color (decimal): -3601366 or 2755785. OLE color: 2755785.
HSL color Cylindrical-coordinate representation of color #C90C2A: hue angle of 350.48º 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 #C90C2A is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 42 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.21 |
| HSL | 350.48º | 0.89% | 0.42% | - |
| HSV(B) | 350.48º | 0.94% | 0.79% | - |
| XYZ | 24.64 | 12.85 | 3.37 | - |
| YUV | 71.93 | 111.12 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 42 | 0 | 0.94 | 0.79 | 0.21 | 350.48 | 0.89 | 0.42 |
| Hex | C9 | C | 2A | 0 | 5E | 4F | 15 | 15E | 59 | 2A |
| Octal | 311 | 14 | 52 | 0 | 136 | 117 | 25 | 536 | 131 | 52 |
| Binary | 11001001 | 1100 | 101010 | 0 | 1011110 | 1001111 | 10101 | 101011110 | 1011001 | 101010 |
Color Harmonies of #C90C2A
Complementary color
Monochromatic Colors of #C90C2A
Black with #C90C2A
Text Example
Text Example
White with #C90C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C2A; }
p { color: rgb(201,12,42); }
H1.HeaderClassName
{
color: #C90C2A;
}
.AnyTagClassName
{
color: #C90C2A;
}
</style>
background-color css
<style>
a { background-color: #C90C2A; }
a { background-color: rgb(201,12,42); }
div.DivClassName
{
background-color: #C90C2A;
}
.BgClassName
{
background-color: #C90C2A;
}
</style>
border-color css
<style>
span { border-color: #C90C2A; }
span { border-color: rgb(201,12,42); }
td.TdClassName
{
border-color: #C90C2A;
}
.TagClassName
{
border-color: #C90C2A;
}
</style>