Shades of Fire Engine Red #CD1423
Tints of Fire Engine Red #CD1423
RGB
CMYK
RGB Variations
Color information
#CD1423 (or 0xCD1423) is known color: Fire Engine Red. HEX triplet: CD, 14 and 23. RGB value is (205,20,35). Sum of RGB (Red+Green+Blue) = 205+20+35=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1423 is #32EBDC. Grayscale: #4D4D4D. Windows color (decimal): -3337181 or 2299085. OLE color: 2299085.
HSL color Cylindrical-coordinate representation of color #CD1423: hue angle of 355.14º 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 #CD1423 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 35 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.20 |
| HSL | 355.14º | 0.82% | 0.44% | - |
| HSV(B) | 355.14º | 0.9% | 0.8% | - |
| XYZ | 25.73 | 13.6 | 2.86 | - |
| YUV | 77.03 | 104.29 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 35 | 0 | 0.90 | 0.83 | 0.20 | 355.14 | 0.82 | 0.44 |
| Hex | CD | 14 | 23 | 0 | 5A | 53 | 14 | 163 | 52 | 2C |
| Octal | 315 | 24 | 43 | 0 | 132 | 123 | 24 | 543 | 122 | 54 |
| Binary | 11001101 | 10100 | 100011 | 0 | 1011010 | 1010011 | 10100 | 101100011 | 1010010 | 101100 |
Color Harmonies of #CD1423
Complementary color
Monochromatic Colors of #CD1423
Black with #CD1423
Text Example
Text Example
White with #CD1423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1423; }
p { color: rgb(205,20,35); }
H1.HeaderClassName
{
color: #CD1423;
}
.AnyTagClassName
{
color: #CD1423;
}
</style>
background-color css
<style>
a { background-color: #CD1423; }
a { background-color: rgb(205,20,35); }
div.DivClassName
{
background-color: #CD1423;
}
.BgClassName
{
background-color: #CD1423;
}
</style>
border-color css
<style>
span { border-color: #CD1423; }
span { border-color: rgb(205,20,35); }
td.TdClassName
{
border-color: #CD1423;
}
.TagClassName
{
border-color: #CD1423;
}
</style>