Shades of Fire Engine Red #CD0B2B
Tints of Fire Engine Red #CD0B2B
RGB
CMYK
RGB Variations
Color information
#CD0B2B (or 0xCD0B2B) is known color: Fire Engine Red. HEX triplet: CD, 0B and 2B. RGB value is (205,11,43). Sum of RGB (Red+Green+Blue) = 205+11+43=259 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.15% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0B2B is #32F4D4. Grayscale: #484848. Windows color (decimal): -3339477 or 2821069. OLE color: 2821069.
HSL color Cylindrical-coordinate representation of color #CD0B2B: hue angle of 350.1º 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 #CD0B2B is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 43 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.20 |
| HSL | 350.1º | 0.9% | 0.42% | - |
| HSV(B) | 350.1º | 0.95% | 0.8% | - |
| XYZ | 25.73 | 13.39 | 3.51 | - |
| YUV | 72.65 | 111.27 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 43 | 0 | 0.95 | 0.79 | 0.20 | 350.1 | 0.9 | 0.42 |
| Hex | CD | B | 2B | 0 | 5F | 4F | 14 | 15E | 5A | 2A |
| Octal | 315 | 13 | 53 | 0 | 137 | 117 | 24 | 536 | 132 | 52 |
| Binary | 11001101 | 1011 | 101011 | 0 | 1011111 | 1001111 | 10100 | 101011110 | 1011010 | 101010 |
Color Harmonies of #CD0B2B
Complementary color
Monochromatic Colors of #CD0B2B
Black with #CD0B2B
Text Example
Text Example
White with #CD0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B2B; }
p { color: rgb(205,11,43); }
H1.HeaderClassName
{
color: #CD0B2B;
}
.AnyTagClassName
{
color: #CD0B2B;
}
</style>
background-color css
<style>
a { background-color: #CD0B2B; }
a { background-color: rgb(205,11,43); }
div.DivClassName
{
background-color: #CD0B2B;
}
.BgClassName
{
background-color: #CD0B2B;
}
</style>
border-color css
<style>
span { border-color: #CD0B2B; }
span { border-color: rgb(205,11,43); }
td.TdClassName
{
border-color: #CD0B2B;
}
.TagClassName
{
border-color: #CD0B2B;
}
</style>