Shades of Fire Engine Red #CD1E2D
Tints of Fire Engine Red #CD1E2D
RGB
CMYK
RGB Variations
Color information
#CD1E2D (or 0xCD1E2D) is known color: Fire Engine Red. HEX triplet: CD, 1E and 2D. RGB value is (205,30,45). Sum of RGB (Red+Green+Blue) = 205+30+45=280 (37% of max value = 765). Red value is 205 (80.47% from 255 or 73.21% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1E2D is #32E1D2. Grayscale: #545454. Windows color (decimal): -3334611 or 2957005. OLE color: 2957005.
HSL color Cylindrical-coordinate representation of color #CD1E2D: hue angle of 354.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1E2D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 45 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.20 |
| HSL | 354.86º | 0.74% | 0.46% | - |
| HSV(B) | 354.86º | 0.85% | 0.8% | - |
| XYZ | 26.11 | 14.1 | 3.83 | - |
| YUV | 84.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 45 | 0 | 0.85 | 0.78 | 0.20 | 354.86 | 0.74 | 0.46 |
| Hex | CD | 1E | 2D | 0 | 55 | 4E | 14 | 163 | 4A | 2E |
| Octal | 315 | 36 | 55 | 0 | 125 | 116 | 24 | 543 | 112 | 56 |
| Binary | 11001101 | 11110 | 101101 | 0 | 1010101 | 1001110 | 10100 | 101100011 | 1001010 | 101110 |
Color Harmonies of #CD1E2D
Complementary color
Monochromatic Colors of #CD1E2D
Black with #CD1E2D
Text Example
Text Example
White with #CD1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1E2D; }
p { color: rgb(205,30,45); }
H1.HeaderClassName
{
color: #CD1E2D;
}
.AnyTagClassName
{
color: #CD1E2D;
}
</style>
background-color css
<style>
a { background-color: #CD1E2D; }
a { background-color: rgb(205,30,45); }
div.DivClassName
{
background-color: #CD1E2D;
}
.BgClassName
{
background-color: #CD1E2D;
}
</style>
border-color css
<style>
span { border-color: #CD1E2D; }
span { border-color: rgb(205,30,45); }
td.TdClassName
{
border-color: #CD1E2D;
}
.TagClassName
{
border-color: #CD1E2D;
}
</style>