Shades of Fire Engine Red #CD1420
Tints of Fire Engine Red #CD1420
RGB
CMYK
RGB Variations
Color information
#CD1420 (or 0xCD1420) is known color: Fire Engine Red. HEX triplet: CD, 14 and 20. RGB value is (205,20,32). Sum of RGB (Red+Green+Blue) = 205+20+32=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1420 is #32EBDF. Grayscale: #4C4C4C. Windows color (decimal): -3337184 or 2102477. OLE color: 2102477.
HSL color Cylindrical-coordinate representation of color #CD1420: hue angle of 356.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1420 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 32 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.20 |
| HSL | 356.11º | 0.82% | 0.44% | - |
| HSV(B) | 356.11º | 0.9% | 0.8% | - |
| XYZ | 25.69 | 13.58 | 2.63 | - |
| YUV | 76.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 32 | 0 | 0.90 | 0.84 | 0.20 | 356.11 | 0.82 | 0.44 |
| Hex | CD | 14 | 20 | 0 | 5A | 54 | 14 | 164 | 52 | 2C |
| Octal | 315 | 24 | 40 | 0 | 132 | 124 | 24 | 544 | 122 | 54 |
| Binary | 11001101 | 10100 | 100000 | 0 | 1011010 | 1010100 | 10100 | 101100100 | 1010010 | 101100 |
Color Harmonies of #CD1420
Complementary color
Monochromatic Colors of #CD1420
Black with #CD1420
Text Example
Text Example
White with #CD1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1420; }
p { color: rgb(205,20,32); }
H1.HeaderClassName
{
color: #CD1420;
}
.AnyTagClassName
{
color: #CD1420;
}
</style>
background-color css
<style>
a { background-color: #CD1420; }
a { background-color: rgb(205,20,32); }
div.DivClassName
{
background-color: #CD1420;
}
.BgClassName
{
background-color: #CD1420;
}
</style>
border-color css
<style>
span { border-color: #CD1420; }
span { border-color: rgb(205,20,32); }
td.TdClassName
{
border-color: #CD1420;
}
.TagClassName
{
border-color: #CD1420;
}
</style>