Shades of Fire Engine Red #CD1320
Tints of Fire Engine Red #CD1320
RGB
CMYK
RGB Variations
Color information
#CD1320 (or 0xCD1320) is known color: Fire Engine Red. HEX triplet: CD, 13 and 20. RGB value is (205,19,32). Sum of RGB (Red+Green+Blue) = 205+19+32=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1320 is #32ECDF. Grayscale: #4C4C4C. Windows color (decimal): -3337440 or 2102221. OLE color: 2102221.
HSL color Cylindrical-coordinate representation of color #CD1320: hue angle of 355.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1320 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.20 |
| HSL | 355.81º | 0.83% | 0.44% | - |
| HSV(B) | 355.81º | 0.91% | 0.8% | - |
| XYZ | 25.67 | 13.55 | 2.63 | - |
| YUV | 76.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 32 | 0 | 0.91 | 0.84 | 0.20 | 355.81 | 0.83 | 0.44 |
| Hex | CD | 13 | 20 | 0 | 5B | 54 | 14 | 164 | 53 | 2C |
| Octal | 315 | 23 | 40 | 0 | 133 | 124 | 24 | 544 | 123 | 54 |
| Binary | 11001101 | 10011 | 100000 | 0 | 1011011 | 1010100 | 10100 | 101100100 | 1010011 | 101100 |
Color Harmonies of #CD1320
Complementary color
Monochromatic Colors of #CD1320
Black with #CD1320
Text Example
Text Example
White with #CD1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1320; }
p { color: rgb(205,19,32); }
H1.HeaderClassName
{
color: #CD1320;
}
.AnyTagClassName
{
color: #CD1320;
}
</style>
background-color css
<style>
a { background-color: #CD1320; }
a { background-color: rgb(205,19,32); }
div.DivClassName
{
background-color: #CD1320;
}
.BgClassName
{
background-color: #CD1320;
}
</style>
border-color css
<style>
span { border-color: #CD1320; }
span { border-color: rgb(205,19,32); }
td.TdClassName
{
border-color: #CD1320;
}
.TagClassName
{
border-color: #CD1320;
}
</style>