Shades of Fire Engine Red #CD1323
Tints of Fire Engine Red #CD1323
RGB
CMYK
RGB Variations
Color information
#CD1323 (or 0xCD1323) is known color: Fire Engine Red. HEX triplet: CD, 13 and 23. RGB value is (205,19,35). Sum of RGB (Red+Green+Blue) = 205+19+35=259 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.15% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1323 is #32ECDC. Grayscale: #4C4C4C. Windows color (decimal): -3337437 or 2298829. OLE color: 2298829.
HSL color Cylindrical-coordinate representation of color #CD1323: hue angle of 354.84º 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 #CD1323 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 35 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.20 |
| HSL | 354.84º | 0.83% | 0.44% | - |
| HSV(B) | 354.84º | 0.91% | 0.8% | - |
| XYZ | 25.71 | 13.57 | 2.85 | - |
| YUV | 76.44 | 104.62 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 35 | 0 | 0.91 | 0.83 | 0.20 | 354.84 | 0.83 | 0.44 |
| Hex | CD | 13 | 23 | 0 | 5B | 53 | 14 | 163 | 53 | 2C |
| Octal | 315 | 23 | 43 | 0 | 133 | 123 | 24 | 543 | 123 | 54 |
| Binary | 11001101 | 10011 | 100011 | 0 | 1011011 | 1010011 | 10100 | 101100011 | 1010011 | 101100 |
Color Harmonies of #CD1323
Complementary color
Monochromatic Colors of #CD1323
Black with #CD1323
Text Example
Text Example
White with #CD1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1323; }
p { color: rgb(205,19,35); }
H1.HeaderClassName
{
color: #CD1323;
}
.AnyTagClassName
{
color: #CD1323;
}
</style>
background-color css
<style>
a { background-color: #CD1323; }
a { background-color: rgb(205,19,35); }
div.DivClassName
{
background-color: #CD1323;
}
.BgClassName
{
background-color: #CD1323;
}
</style>
border-color css
<style>
span { border-color: #CD1323; }
span { border-color: rgb(205,19,35); }
td.TdClassName
{
border-color: #CD1323;
}
.TagClassName
{
border-color: #CD1323;
}
</style>