Shades of Fire Engine Red #CD0B2A
Tints of Fire Engine Red #CD0B2A
RGB
CMYK
RGB Variations
Color information
#CD0B2A (or 0xCD0B2A) is known color: Fire Engine Red. HEX triplet: CD, 0B and 2A. RGB value is (205,11,42). Sum of RGB (Red+Green+Blue) = 205+11+42=258 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.46% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0B2A is #32F4D5. Grayscale: #484848. Windows color (decimal): -3339478 or 2755533. OLE color: 2755533.
HSL color Cylindrical-coordinate representation of color #CD0B2A: hue angle of 350.41º 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 #CD0B2A is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 42 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.20 |
| HSL | 350.41º | 0.9% | 0.42% | - |
| HSV(B) | 350.41º | 0.95% | 0.8% | - |
| XYZ | 25.71 | 13.39 | 3.42 | - |
| YUV | 72.54 | 110.77 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 42 | 0 | 0.95 | 0.80 | 0.20 | 350.41 | 0.9 | 0.42 |
| Hex | CD | B | 2A | 0 | 5F | 50 | 14 | 15E | 5A | 2A |
| Octal | 315 | 13 | 52 | 0 | 137 | 120 | 24 | 536 | 132 | 52 |
| Binary | 11001101 | 1011 | 101010 | 0 | 1011111 | 1010000 | 10100 | 101011110 | 1011010 | 101010 |
Color Harmonies of #CD0B2A
Complementary color
Monochromatic Colors of #CD0B2A
Black with #CD0B2A
Text Example
Text Example
White with #CD0B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B2A; }
p { color: rgb(205,11,42); }
H1.HeaderClassName
{
color: #CD0B2A;
}
.AnyTagClassName
{
color: #CD0B2A;
}
</style>
background-color css
<style>
a { background-color: #CD0B2A; }
a { background-color: rgb(205,11,42); }
div.DivClassName
{
background-color: #CD0B2A;
}
.BgClassName
{
background-color: #CD0B2A;
}
</style>
border-color css
<style>
span { border-color: #CD0B2A; }
span { border-color: rgb(205,11,42); }
td.TdClassName
{
border-color: #CD0B2A;
}
.TagClassName
{
border-color: #CD0B2A;
}
</style>