Shades of Fire Engine Red #CB2227
Tints of Fire Engine Red #CB2227
RGB
CMYK
RGB Variations
Color information
#CB2227 (or 0xCB2227) is known color: Fire Engine Red. HEX triplet: CB, 22 and 27. RGB value is (203,34,39). Sum of RGB (Red+Green+Blue) = 203+34+39=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2227 is #34DDD8. Grayscale: #555555. Windows color (decimal): -3464665 or 2564811. OLE color: 2564811.
HSL color Cylindrical-coordinate representation of color #CB2227: hue angle of 358.22º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2227 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 39 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.20 |
| HSL | 358.22º | 0.71% | 0.46% | - |
| HSV(B) | 358.22º | 0.83% | 0.8% | - |
| XYZ | 25.57 | 13.99 | 3.27 | - |
| YUV | 85.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 39 | 0 | 0.83 | 0.81 | 0.20 | 358.22 | 0.71 | 0.46 |
| Hex | CB | 22 | 27 | 0 | 53 | 51 | 14 | 166 | 47 | 2E |
| Octal | 313 | 42 | 47 | 0 | 123 | 121 | 24 | 546 | 107 | 56 |
| Binary | 11001011 | 100010 | 100111 | 0 | 1010011 | 1010001 | 10100 | 101100110 | 1000111 | 101110 |
Color Harmonies of #CB2227
Complementary color
Monochromatic Colors of #CB2227
Black with #CB2227
Text Example
Text Example
White with #CB2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2227; }
p { color: rgb(203,34,39); }
H1.HeaderClassName
{
color: #CB2227;
}
.AnyTagClassName
{
color: #CB2227;
}
</style>
background-color css
<style>
a { background-color: #CB2227; }
a { background-color: rgb(203,34,39); }
div.DivClassName
{
background-color: #CB2227;
}
.BgClassName
{
background-color: #CB2227;
}
</style>
border-color css
<style>
span { border-color: #CB2227; }
span { border-color: rgb(203,34,39); }
td.TdClassName
{
border-color: #CB2227;
}
.TagClassName
{
border-color: #CB2227;
}
</style>