Shades of Fire Engine Red #CB0D28
Tints of Fire Engine Red #CB0D28
RGB
CMYK
RGB Variations
Color information
#CB0D28 (or 0xCB0D28) is known color: Fire Engine Red. HEX triplet: CB, 0D and 28. RGB value is (203,13,40). Sum of RGB (Red+Green+Blue) = 203+13+40=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D28 is #34F2D7. Grayscale: #484848. Windows color (decimal): -3470040 or 2624971. OLE color: 2624971.
HSL color Cylindrical-coordinate representation of color #CB0D28: hue angle of 351.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D28 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 40 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.20 |
| HSL | 351.47º | 0.88% | 0.42% | - |
| HSV(B) | 351.47º | 0.94% | 0.8% | - |
| XYZ | 25.16 | 13.14 | 3.22 | - |
| YUV | 72.89 | 109.45 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 40 | 0 | 0.94 | 0.80 | 0.20 | 351.47 | 0.88 | 0.42 |
| Hex | CB | D | 28 | 0 | 5E | 50 | 14 | 15F | 58 | 2A |
| Octal | 313 | 15 | 50 | 0 | 136 | 120 | 24 | 537 | 130 | 52 |
| Binary | 11001011 | 1101 | 101000 | 0 | 1011110 | 1010000 | 10100 | 101011111 | 1011000 | 101010 |
Color Harmonies of #CB0D28
Complementary color
Monochromatic Colors of #CB0D28
Black with #CB0D28
Text Example
Text Example
White with #CB0D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D28; }
p { color: rgb(203,13,40); }
H1.HeaderClassName
{
color: #CB0D28;
}
.AnyTagClassName
{
color: #CB0D28;
}
</style>
background-color css
<style>
a { background-color: #CB0D28; }
a { background-color: rgb(203,13,40); }
div.DivClassName
{
background-color: #CB0D28;
}
.BgClassName
{
background-color: #CB0D28;
}
</style>
border-color css
<style>
span { border-color: #CB0D28; }
span { border-color: rgb(203,13,40); }
td.TdClassName
{
border-color: #CB0D28;
}
.TagClassName
{
border-color: #CB0D28;
}
</style>