Shades of Fire Engine Red #CD0E2A
Tints of Fire Engine Red #CD0E2A
RGB
CMYK
RGB Variations
Color information
#CD0E2A (or 0xCD0E2A) is known color: Fire Engine Red. HEX triplet: CD, 0E and 2A. RGB value is (205,14,42). Sum of RGB (Red+Green+Blue) = 205+14+42=261 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.54% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0E2A is #32F1D5. Grayscale: #4A4A4A. Windows color (decimal): -3338710 or 2756301. OLE color: 2756301.
HSL color Cylindrical-coordinate representation of color #CD0E2A: hue angle of 351.2º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0E2A is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 14 | 42 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.20 |
| HSL | 351.2º | 0.87% | 0.43% | - |
| HSV(B) | 351.2º | 0.93% | 0.8% | - |
| XYZ | 25.75 | 13.46 | 3.43 | - |
| YUV | 74.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 14 | 42 | 0 | 0.93 | 0.80 | 0.20 | 351.2 | 0.87 | 0.43 |
| Hex | CD | E | 2A | 0 | 5D | 50 | 14 | 15F | 57 | 2B |
| Octal | 315 | 16 | 52 | 0 | 135 | 120 | 24 | 537 | 127 | 53 |
| Binary | 11001101 | 1110 | 101010 | 0 | 1011101 | 1010000 | 10100 | 101011111 | 1010111 | 101011 |
Color Harmonies of #CD0E2A
Complementary color
Monochromatic Colors of #CD0E2A
Black with #CD0E2A
Text Example
Text Example
White with #CD0E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0E2A; }
p { color: rgb(205,14,42); }
H1.HeaderClassName
{
color: #CD0E2A;
}
.AnyTagClassName
{
color: #CD0E2A;
}
</style>
background-color css
<style>
a { background-color: #CD0E2A; }
a { background-color: rgb(205,14,42); }
div.DivClassName
{
background-color: #CD0E2A;
}
.BgClassName
{
background-color: #CD0E2A;
}
</style>
border-color css
<style>
span { border-color: #CD0E2A; }
span { border-color: rgb(205,14,42); }
td.TdClassName
{
border-color: #CD0E2A;
}
.TagClassName
{
border-color: #CD0E2A;
}
</style>