Shades of Fire Engine Red #CD0B28
Tints of Fire Engine Red #CD0B28
RGB
CMYK
RGB Variations
Color information
#CD0B28 (or 0xCD0B28) is known color: Fire Engine Red. HEX triplet: CD, 0B and 28. RGB value is (205,11,40). Sum of RGB (Red+Green+Blue) = 205+11+40=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0B28 is #32F4D7. Grayscale: #484848. Windows color (decimal): -3339480 or 2624461. OLE color: 2624461.
HSL color Cylindrical-coordinate representation of color #CD0B28: hue angle of 351.03º 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 #CD0B28 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 40 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.20 |
| HSL | 351.03º | 0.9% | 0.42% | - |
| HSV(B) | 351.03º | 0.95% | 0.8% | - |
| XYZ | 25.68 | 13.37 | 3.24 | - |
| YUV | 72.31 | 109.77 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 40 | 0 | 0.95 | 0.80 | 0.20 | 351.03 | 0.9 | 0.42 |
| Hex | CD | B | 28 | 0 | 5F | 50 | 14 | 15F | 5A | 2A |
| Octal | 315 | 13 | 50 | 0 | 137 | 120 | 24 | 537 | 132 | 52 |
| Binary | 11001101 | 1011 | 101000 | 0 | 1011111 | 1010000 | 10100 | 101011111 | 1011010 | 101010 |
Color Harmonies of #CD0B28
Complementary color
Monochromatic Colors of #CD0B28
Black with #CD0B28
Text Example
Text Example
White with #CD0B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B28; }
p { color: rgb(205,11,40); }
H1.HeaderClassName
{
color: #CD0B28;
}
.AnyTagClassName
{
color: #CD0B28;
}
</style>
background-color css
<style>
a { background-color: #CD0B28; }
a { background-color: rgb(205,11,40); }
div.DivClassName
{
background-color: #CD0B28;
}
.BgClassName
{
background-color: #CD0B28;
}
</style>
border-color css
<style>
span { border-color: #CD0B28; }
span { border-color: rgb(205,11,40); }
td.TdClassName
{
border-color: #CD0B28;
}
.TagClassName
{
border-color: #CD0B28;
}
</style>