Shades of Fire Engine Red #CD0D2B
Tints of Fire Engine Red #CD0D2B
RGB
CMYK
RGB Variations
Color information
#CD0D2B (or 0xCD0D2B) is known color: Fire Engine Red. HEX triplet: CD, 0D and 2B. RGB value is (205,13,43). Sum of RGB (Red+Green+Blue) = 205+13+43=261 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.54% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0D2B is #32F2D4. Grayscale: #494949. Windows color (decimal): -3338965 or 2821581. OLE color: 2821581.
HSL color Cylindrical-coordinate representation of color #CD0D2B: hue angle of 350.62º 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 #CD0D2B is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 43 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.20 |
| HSL | 350.63º | 0.88% | 0.43% | - |
| HSV(B) | 350.63º | 0.94% | 0.8% | - |
| XYZ | 25.76 | 13.44 | 3.52 | - |
| YUV | 73.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 43 | 0 | 0.94 | 0.79 | 0.20 | 350.63 | 0.88 | 0.43 |
| Hex | CD | D | 2B | 0 | 5E | 4F | 14 | 15F | 58 | 2B |
| Octal | 315 | 15 | 53 | 0 | 136 | 117 | 24 | 537 | 130 | 53 |
| Binary | 11001101 | 1101 | 101011 | 0 | 1011110 | 1001111 | 10100 | 101011111 | 1011000 | 101011 |
Color Harmonies of #CD0D2B
Complementary color
Monochromatic Colors of #CD0D2B
Black with #CD0D2B
Text Example
Text Example
White with #CD0D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D2B; }
p { color: rgb(205,13,43); }
H1.HeaderClassName
{
color: #CD0D2B;
}
.AnyTagClassName
{
color: #CD0D2B;
}
</style>
background-color css
<style>
a { background-color: #CD0D2B; }
a { background-color: rgb(205,13,43); }
div.DivClassName
{
background-color: #CD0D2B;
}
.BgClassName
{
background-color: #CD0D2B;
}
</style>
border-color css
<style>
span { border-color: #CD0D2B; }
span { border-color: rgb(205,13,43); }
td.TdClassName
{
border-color: #CD0D2B;
}
.TagClassName
{
border-color: #CD0D2B;
}
</style>