Shades of Fire Engine Red #CD142D
Tints of Fire Engine Red #CD142D
RGB
CMYK
RGB Variations
Color information
#CD142D (or 0xCD142D) is known color: Fire Engine Red. HEX triplet: CD, 14 and 2D. RGB value is (205,20,45). Sum of RGB (Red+Green+Blue) = 205+20+45=270 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.93% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 205 - color contains mainly: red. Hex color #CD142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD142D is #32EBD2. Grayscale: #4E4E4E. Windows color (decimal): -3337171 or 2954445. OLE color: 2954445.
HSL color Cylindrical-coordinate representation of color #CD142D: hue angle of 351.89º 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 #CD142D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 45 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.20 |
| HSL | 351.89º | 0.82% | 0.44% | - |
| HSV(B) | 351.89º | 0.9% | 0.8% | - |
| XYZ | 25.9 | 13.67 | 3.76 | - |
| YUV | 78.17 | 109.29 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 45 | 0 | 0.90 | 0.78 | 0.20 | 351.89 | 0.82 | 0.44 |
| Hex | CD | 14 | 2D | 0 | 5A | 4E | 14 | 160 | 52 | 2C |
| Octal | 315 | 24 | 55 | 0 | 132 | 116 | 24 | 540 | 122 | 54 |
| Binary | 11001101 | 10100 | 101101 | 0 | 1011010 | 1001110 | 10100 | 101100000 | 1010010 | 101100 |
Color Harmonies of #CD142D
Complementary color
Monochromatic Colors of #CD142D
Black with #CD142D
Text Example
Text Example
White with #CD142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD142D; }
p { color: rgb(205,20,45); }
H1.HeaderClassName
{
color: #CD142D;
}
.AnyTagClassName
{
color: #CD142D;
}
</style>
background-color css
<style>
a { background-color: #CD142D; }
a { background-color: rgb(205,20,45); }
div.DivClassName
{
background-color: #CD142D;
}
.BgClassName
{
background-color: #CD142D;
}
</style>
border-color css
<style>
span { border-color: #CD142D; }
span { border-color: rgb(205,20,45); }
td.TdClassName
{
border-color: #CD142D;
}
.TagClassName
{
border-color: #CD142D;
}
</style>