Shades of Fire Engine Red #C90D1F
Tints of Fire Engine Red #C90D1F
RGB
CMYK
RGB Variations
Color information
#C90D1F (or 0xC90D1F) is known color: Fire Engine Red. HEX triplet: C9, 0D and 1F. RGB value is (201,13,31). Sum of RGB (Red+Green+Blue) = 201+13+31=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90D1F is #36F2E0. Grayscale: #474747. Windows color (decimal): -3601121 or 2035145. OLE color: 2035145.
HSL color Cylindrical-coordinate representation of color #C90D1F: hue angle of 354.26º degrees, saturation: 0.88, 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 #C90D1F is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 13 | 31 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.21 |
| HSL | 354.26º | 0.88% | 0.42% | - |
| HSV(B) | 354.26º | 0.94% | 0.79% | - |
| XYZ | 24.48 | 12.8 | 2.48 | - |
| YUV | 71.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 31 | 0 | 0.94 | 0.85 | 0.21 | 354.26 | 0.88 | 0.42 |
| Hex | C9 | D | 1F | 0 | 5E | 55 | 15 | 162 | 58 | 2A |
| Octal | 311 | 15 | 37 | 0 | 136 | 125 | 25 | 542 | 130 | 52 |
| Binary | 11001001 | 1101 | 11111 | 0 | 1011110 | 1010101 | 10101 | 101100010 | 1011000 | 101010 |
Color Harmonies of #C90D1F
Complementary color
Monochromatic Colors of #C90D1F
Black with #C90D1F
Text Example
Text Example
White with #C90D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90D1F; }
p { color: rgb(201,13,31); }
H1.HeaderClassName
{
color: #C90D1F;
}
.AnyTagClassName
{
color: #C90D1F;
}
</style>
background-color css
<style>
a { background-color: #C90D1F; }
a { background-color: rgb(201,13,31); }
div.DivClassName
{
background-color: #C90D1F;
}
.BgClassName
{
background-color: #C90D1F;
}
</style>
border-color css
<style>
span { border-color: #C90D1F; }
span { border-color: rgb(201,13,31); }
td.TdClassName
{
border-color: #C90D1F;
}
.TagClassName
{
border-color: #C90D1F;
}
</style>