Shades of Fire Engine Red #CB0C28
Tints of Fire Engine Red #CB0C28
RGB
CMYK
RGB Variations
Color information
#CB0C28 (or 0xCB0C28) is known color: Fire Engine Red. HEX triplet: CB, 0C and 28. RGB value is (203,12,40). Sum of RGB (Red+Green+Blue) = 203+12+40=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C28 is #34F3D7. Grayscale: #484848. Windows color (decimal): -3470296 or 2624715. OLE color: 2624715.
HSL color Cylindrical-coordinate representation of color #CB0C28: hue angle of 351.2º degrees, saturation: 0.89, 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 #CB0C28 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 40 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.20 |
| HSL | 351.2º | 0.89% | 0.42% | - |
| HSV(B) | 351.2º | 0.94% | 0.8% | - |
| XYZ | 25.14 | 13.11 | 3.21 | - |
| YUV | 72.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 40 | 0 | 0.94 | 0.80 | 0.20 | 351.2 | 0.89 | 0.42 |
| Hex | CB | C | 28 | 0 | 5E | 50 | 14 | 15F | 59 | 2A |
| Octal | 313 | 14 | 50 | 0 | 136 | 120 | 24 | 537 | 131 | 52 |
| Binary | 11001011 | 1100 | 101000 | 0 | 1011110 | 1010000 | 10100 | 101011111 | 1011001 | 101010 |
Color Harmonies of #CB0C28
Complementary color
Monochromatic Colors of #CB0C28
Black with #CB0C28
Text Example
Text Example
White with #CB0C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0C28; }
p { color: rgb(203,12,40); }
H1.HeaderClassName
{
color: #CB0C28;
}
.AnyTagClassName
{
color: #CB0C28;
}
</style>
background-color css
<style>
a { background-color: #CB0C28; }
a { background-color: rgb(203,12,40); }
div.DivClassName
{
background-color: #CB0C28;
}
.BgClassName
{
background-color: #CB0C28;
}
</style>
border-color css
<style>
span { border-color: #CB0C28; }
span { border-color: rgb(203,12,40); }
td.TdClassName
{
border-color: #CB0C28;
}
.TagClassName
{
border-color: #CB0C28;
}
</style>