Shades of Fire Engine Red #CB2127
Tints of Fire Engine Red #CB2127
RGB
CMYK
RGB Variations
Color information
#CB2127 (or 0xCB2127) is known color: Fire Engine Red. HEX triplet: CB, 21 and 27. RGB value is (203,33,39). Sum of RGB (Red+Green+Blue) = 203+33+39=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2127 is #34DED8. Grayscale: #545454. Windows color (decimal): -3464921 or 2564555. OLE color: 2564555.
HSL color Cylindrical-coordinate representation of color #CB2127: hue angle of 357.88º degrees, saturation: 0.72, 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 #CB2127 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 39 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.20 |
| HSL | 357.88º | 0.72% | 0.46% | - |
| HSV(B) | 357.88º | 0.84% | 0.8% | - |
| XYZ | 25.54 | 13.93 | 3.26 | - |
| YUV | 84.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 39 | 0 | 0.84 | 0.81 | 0.20 | 357.88 | 0.72 | 0.46 |
| Hex | CB | 21 | 27 | 0 | 54 | 51 | 14 | 166 | 48 | 2E |
| Octal | 313 | 41 | 47 | 0 | 124 | 121 | 24 | 546 | 110 | 56 |
| Binary | 11001011 | 100001 | 100111 | 0 | 1010100 | 1010001 | 10100 | 101100110 | 1001000 | 101110 |
Color Harmonies of #CB2127
Complementary color
Monochromatic Colors of #CB2127
Black with #CB2127
Text Example
Text Example
White with #CB2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2127; }
p { color: rgb(203,33,39); }
H1.HeaderClassName
{
color: #CB2127;
}
.AnyTagClassName
{
color: #CB2127;
}
</style>
background-color css
<style>
a { background-color: #CB2127; }
a { background-color: rgb(203,33,39); }
div.DivClassName
{
background-color: #CB2127;
}
.BgClassName
{
background-color: #CB2127;
}
</style>
border-color css
<style>
span { border-color: #CB2127; }
span { border-color: rgb(203,33,39); }
td.TdClassName
{
border-color: #CB2127;
}
.TagClassName
{
border-color: #CB2127;
}
</style>