Shades of Fire Engine Red #CB0D27
Tints of Fire Engine Red #CB0D27
RGB
CMYK
RGB Variations
Color information
#CB0D27 (or 0xCB0D27) is known color: Fire Engine Red. HEX triplet: CB, 0D and 27. RGB value is (203,13,39). Sum of RGB (Red+Green+Blue) = 203+13+39=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D27 is #34F2D8. Grayscale: #484848. Windows color (decimal): -3470041 or 2559435. OLE color: 2559435.
HSL color Cylindrical-coordinate representation of color #CB0D27: hue angle of 351.79º 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 #CB0D27 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 39 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.20 |
| HSL | 351.79º | 0.88% | 0.42% | - |
| HSV(B) | 351.79º | 0.94% | 0.8% | - |
| XYZ | 25.14 | 13.13 | 3.13 | - |
| YUV | 72.77 | 108.95 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 39 | 0 | 0.94 | 0.81 | 0.20 | 351.79 | 0.88 | 0.42 |
| Hex | CB | D | 27 | 0 | 5E | 51 | 14 | 160 | 58 | 2A |
| Octal | 313 | 15 | 47 | 0 | 136 | 121 | 24 | 540 | 130 | 52 |
| Binary | 11001011 | 1101 | 100111 | 0 | 1011110 | 1010001 | 10100 | 101100000 | 1011000 | 101010 |
Color Harmonies of #CB0D27
Complementary color
Monochromatic Colors of #CB0D27
Black with #CB0D27
Text Example
Text Example
White with #CB0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D27; }
p { color: rgb(203,13,39); }
H1.HeaderClassName
{
color: #CB0D27;
}
.AnyTagClassName
{
color: #CB0D27;
}
</style>
background-color css
<style>
a { background-color: #CB0D27; }
a { background-color: rgb(203,13,39); }
div.DivClassName
{
background-color: #CB0D27;
}
.BgClassName
{
background-color: #CB0D27;
}
</style>
border-color css
<style>
span { border-color: #CB0D27; }
span { border-color: rgb(203,13,39); }
td.TdClassName
{
border-color: #CB0D27;
}
.TagClassName
{
border-color: #CB0D27;
}
</style>