Shades of Fire Engine Red #CB2027
Tints of Fire Engine Red #CB2027
RGB
CMYK
RGB Variations
Color information
#CB2027 (or 0xCB2027) is known color: Fire Engine Red. HEX triplet: CB, 20 and 27. RGB value is (203,32,39). Sum of RGB (Red+Green+Blue) = 203+32+39=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2027 is #34DFD8. Grayscale: #545454. Windows color (decimal): -3465177 or 2564299. OLE color: 2564299.
HSL color Cylindrical-coordinate representation of color #CB2027: hue angle of 357.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2027 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 39 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.20 |
| HSL | 357.54º | 0.73% | 0.46% | - |
| HSV(B) | 357.54º | 0.84% | 0.8% | - |
| XYZ | 25.51 | 13.88 | 3.25 | - |
| YUV | 83.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 39 | 0 | 0.84 | 0.81 | 0.20 | 357.54 | 0.73 | 0.46 |
| Hex | CB | 20 | 27 | 0 | 54 | 51 | 14 | 166 | 49 | 2E |
| Octal | 313 | 40 | 47 | 0 | 124 | 121 | 24 | 546 | 111 | 56 |
| Binary | 11001011 | 100000 | 100111 | 0 | 1010100 | 1010001 | 10100 | 101100110 | 1001001 | 101110 |
Color Harmonies of #CB2027
Complementary color
Monochromatic Colors of #CB2027
Black with #CB2027
Text Example
Text Example
White with #CB2027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2027; }
p { color: rgb(203,32,39); }
H1.HeaderClassName
{
color: #CB2027;
}
.AnyTagClassName
{
color: #CB2027;
}
</style>
background-color css
<style>
a { background-color: #CB2027; }
a { background-color: rgb(203,32,39); }
div.DivClassName
{
background-color: #CB2027;
}
.BgClassName
{
background-color: #CB2027;
}
</style>
border-color css
<style>
span { border-color: #CB2027; }
span { border-color: rgb(203,32,39); }
td.TdClassName
{
border-color: #CB2027;
}
.TagClassName
{
border-color: #CB2027;
}
</style>