Shades of Fire Engine Red #CD1024
Tints of Fire Engine Red #CD1024
RGB
CMYK
RGB Variations
Color information
#CD1024 (or 0xCD1024) is known color: Fire Engine Red. HEX triplet: CD, 10 and 24. RGB value is (205,16,36). Sum of RGB (Red+Green+Blue) = 205+16+36=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1024 is #32EFDB. Grayscale: #4A4A4A. Windows color (decimal): -3338204 or 2363597. OLE color: 2363597.
HSL color Cylindrical-coordinate representation of color #CD1024: hue angle of 353.65º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1024 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 36 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.20 |
| HSL | 353.65º | 0.86% | 0.43% | - |
| HSV(B) | 353.65º | 0.92% | 0.8% | - |
| XYZ | 25.68 | 13.48 | 2.92 | - |
| YUV | 74.79 | 106.12 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 36 | 0 | 0.92 | 0.82 | 0.20 | 353.65 | 0.86 | 0.43 |
| Hex | CD | 10 | 24 | 0 | 5C | 52 | 14 | 162 | 56 | 2B |
| Octal | 315 | 20 | 44 | 0 | 134 | 122 | 24 | 542 | 126 | 53 |
| Binary | 11001101 | 10000 | 100100 | 0 | 1011100 | 1010010 | 10100 | 101100010 | 1010110 | 101011 |
Color Harmonies of #CD1024
Complementary color
Monochromatic Colors of #CD1024
Black with #CD1024
Text Example
Text Example
White with #CD1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1024; }
p { color: rgb(205,16,36); }
H1.HeaderClassName
{
color: #CD1024;
}
.AnyTagClassName
{
color: #CD1024;
}
</style>
background-color css
<style>
a { background-color: #CD1024; }
a { background-color: rgb(205,16,36); }
div.DivClassName
{
background-color: #CD1024;
}
.BgClassName
{
background-color: #CD1024;
}
</style>
border-color css
<style>
span { border-color: #CD1024; }
span { border-color: rgb(205,16,36); }
td.TdClassName
{
border-color: #CD1024;
}
.TagClassName
{
border-color: #CD1024;
}
</style>