Shades of Fire Engine Red #CD141E
Tints of Fire Engine Red #CD141E
RGB
CMYK
RGB Variations
Color information
#CD141E (or 0xCD141E) is known color: Fire Engine Red. HEX triplet: CD, 14 and 1E. RGB value is (205,20,30). Sum of RGB (Red+Green+Blue) = 205+20+30=255 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.39% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 205 - color contains mainly: red. Hex color #CD141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD141E is #32EBE1. Grayscale: #4C4C4C. Windows color (decimal): -3337186 or 1971405. OLE color: 1971405.
HSL color Cylindrical-coordinate representation of color #CD141E: hue angle of 356.76º 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 #CD141E is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 30 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.20 |
| HSL | 356.76º | 0.82% | 0.44% | - |
| HSV(B) | 356.76º | 0.9% | 0.8% | - |
| XYZ | 25.66 | 13.57 | 2.5 | - |
| YUV | 76.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 30 | 0 | 0.90 | 0.85 | 0.20 | 356.76 | 0.82 | 0.44 |
| Hex | CD | 14 | 1E | 0 | 5A | 55 | 14 | 165 | 52 | 2C |
| Octal | 315 | 24 | 36 | 0 | 132 | 125 | 24 | 545 | 122 | 54 |
| Binary | 11001101 | 10100 | 11110 | 0 | 1011010 | 1010101 | 10100 | 101100101 | 1010010 | 101100 |
Color Harmonies of #CD141E
Complementary color
Monochromatic Colors of #CD141E
Black with #CD141E
Text Example
Text Example
White with #CD141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD141E; }
p { color: rgb(205,20,30); }
H1.HeaderClassName
{
color: #CD141E;
}
.AnyTagClassName
{
color: #CD141E;
}
</style>
background-color css
<style>
a { background-color: #CD141E; }
a { background-color: rgb(205,20,30); }
div.DivClassName
{
background-color: #CD141E;
}
.BgClassName
{
background-color: #CD141E;
}
</style>
border-color css
<style>
span { border-color: #CD141E; }
span { border-color: rgb(205,20,30); }
td.TdClassName
{
border-color: #CD141E;
}
.TagClassName
{
border-color: #CD141E;
}
</style>