Shades of Fire Engine Red #CD0B2F
Tints of Fire Engine Red #CD0B2F
RGB
CMYK
RGB Variations
Color information
#CD0B2F (or 0xCD0B2F) is known color: Fire Engine Red. HEX triplet: CD, 0B and 2F. RGB value is (205,11,47). Sum of RGB (Red+Green+Blue) = 205+11+47=263 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.95% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0B2F is #32F4D0. Grayscale: #494949. Windows color (decimal): -3339473 or 3083213. OLE color: 3083213.
HSL color Cylindrical-coordinate representation of color #CD0B2F: hue angle of 348.87º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0B2F is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 47 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.20 |
| HSL | 348.87º | 0.9% | 0.42% | - |
| HSV(B) | 348.87º | 0.95% | 0.8% | - |
| XYZ | 25.81 | 13.42 | 3.92 | - |
| YUV | 73.11 | 113.27 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 47 | 0 | 0.95 | 0.77 | 0.20 | 348.87 | 0.9 | 0.42 |
| Hex | CD | B | 2F | 0 | 5F | 4D | 14 | 15D | 5A | 2A |
| Octal | 315 | 13 | 57 | 0 | 137 | 115 | 24 | 535 | 132 | 52 |
| Binary | 11001101 | 1011 | 101111 | 0 | 1011111 | 1001101 | 10100 | 101011101 | 1011010 | 101010 |
Color Harmonies of #CD0B2F
Complementary color
Monochromatic Colors of #CD0B2F
Black with #CD0B2F
Text Example
Text Example
White with #CD0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B2F; }
p { color: rgb(205,11,47); }
H1.HeaderClassName
{
color: #CD0B2F;
}
.AnyTagClassName
{
color: #CD0B2F;
}
</style>
background-color css
<style>
a { background-color: #CD0B2F; }
a { background-color: rgb(205,11,47); }
div.DivClassName
{
background-color: #CD0B2F;
}
.BgClassName
{
background-color: #CD0B2F;
}
</style>
border-color css
<style>
span { border-color: #CD0B2F; }
span { border-color: rgb(205,11,47); }
td.TdClassName
{
border-color: #CD0B2F;
}
.TagClassName
{
border-color: #CD0B2F;
}
</style>