Shades of Fire Engine Red #CD0D2D
Tints of Fire Engine Red #CD0D2D
RGB
CMYK
RGB Variations
Color information
#CD0D2D (or 0xCD0D2D) is known color: Fire Engine Red. HEX triplet: CD, 0D and 2D. RGB value is (205,13,45). Sum of RGB (Red+Green+Blue) = 205+13+45=263 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.95% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0D2D is #32F2D2. Grayscale: #4A4A4A. Windows color (decimal): -3338963 or 2952653. OLE color: 2952653.
HSL color Cylindrical-coordinate representation of color #CD0D2D: hue angle of 350º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0D2D is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 45 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.20 |
| HSL | 350º | 0.88% | 0.43% | - |
| HSV(B) | 350º | 0.94% | 0.8% | - |
| XYZ | 25.79 | 13.46 | 3.72 | - |
| YUV | 74.06 | 111.61 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 45 | 0 | 0.94 | 0.78 | 0.20 | 350 | 0.88 | 0.43 |
| Hex | CD | D | 2D | 0 | 5E | 4E | 14 | 15E | 58 | 2B |
| Octal | 315 | 15 | 55 | 0 | 136 | 116 | 24 | 536 | 130 | 53 |
| Binary | 11001101 | 1101 | 101101 | 0 | 1011110 | 1001110 | 10100 | 101011110 | 1011000 | 101011 |
Color Harmonies of #CD0D2D
Complementary color
Monochromatic Colors of #CD0D2D
Black with #CD0D2D
Text Example
Text Example
White with #CD0D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D2D; }
p { color: rgb(205,13,45); }
H1.HeaderClassName
{
color: #CD0D2D;
}
.AnyTagClassName
{
color: #CD0D2D;
}
</style>
background-color css
<style>
a { background-color: #CD0D2D; }
a { background-color: rgb(205,13,45); }
div.DivClassName
{
background-color: #CD0D2D;
}
.BgClassName
{
background-color: #CD0D2D;
}
</style>
border-color css
<style>
span { border-color: #CD0D2D; }
span { border-color: rgb(205,13,45); }
td.TdClassName
{
border-color: #CD0D2D;
}
.TagClassName
{
border-color: #CD0D2D;
}
</style>