Shades of Fire Engine Red #CB222B
Tints of Fire Engine Red #CB222B
RGB
CMYK
RGB Variations
Color information
#CB222B (or 0xCB222B) is known color: Fire Engine Red. HEX triplet: CB, 22 and 2B. RGB value is (203,34,43). Sum of RGB (Red+Green+Blue) = 203+34+43=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB222B is #34DDD4. Grayscale: #555555. Windows color (decimal): -3464661 or 2826955. OLE color: 2826955.
HSL color Cylindrical-coordinate representation of color #CB222B: hue angle of 356.8º 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 #CB222B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 43 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.20 |
| HSL | 356.8º | 0.71% | 0.46% | - |
| HSV(B) | 356.8º | 0.83% | 0.8% | - |
| XYZ | 25.64 | 14.01 | 3.64 | - |
| YUV | 85.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 43 | 0 | 0.83 | 0.79 | 0.20 | 356.8 | 0.71 | 0.46 |
| Hex | CB | 22 | 2B | 0 | 53 | 4F | 14 | 165 | 47 | 2E |
| Octal | 313 | 42 | 53 | 0 | 123 | 117 | 24 | 545 | 107 | 56 |
| Binary | 11001011 | 100010 | 101011 | 0 | 1010011 | 1001111 | 10100 | 101100101 | 1000111 | 101110 |
Color Harmonies of #CB222B
Complementary color
Monochromatic Colors of #CB222B
Black with #CB222B
Text Example
Text Example
White with #CB222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB222B; }
p { color: rgb(203,34,43); }
H1.HeaderClassName
{
color: #CB222B;
}
.AnyTagClassName
{
color: #CB222B;
}
</style>
background-color css
<style>
a { background-color: #CB222B; }
a { background-color: rgb(203,34,43); }
div.DivClassName
{
background-color: #CB222B;
}
.BgClassName
{
background-color: #CB222B;
}
</style>
border-color css
<style>
span { border-color: #CB222B; }
span { border-color: rgb(203,34,43); }
td.TdClassName
{
border-color: #CB222B;
}
.TagClassName
{
border-color: #CB222B;
}
</style>