Shades of Fire Engine Red #CB2021
Tints of Fire Engine Red #CB2021
RGB
CMYK
RGB Variations
Color information
#CB2021 (or 0xCB2021) is known color: Fire Engine Red. HEX triplet: CB, 20 and 21. RGB value is (203,32,33). Sum of RGB (Red+Green+Blue) = 203+32+33=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2021 is #34DFDE. Grayscale: #535353. Windows color (decimal): -3465183 or 2171083. OLE color: 2171083.
HSL color Cylindrical-coordinate representation of color #CB2021: hue angle of 359.65º 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 #CB2021 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 33 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.20 |
| HSL | 359.65º | 0.73% | 0.46% | - |
| HSV(B) | 359.65º | 0.84% | 0.8% | - |
| XYZ | 25.42 | 13.84 | 2.77 | - |
| YUV | 83.24 | 99.65 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 33 | 0 | 0.84 | 0.84 | 0.20 | 359.65 | 0.73 | 0.46 |
| Hex | CB | 20 | 21 | 0 | 54 | 54 | 14 | 168 | 49 | 2E |
| Octal | 313 | 40 | 41 | 0 | 124 | 124 | 24 | 550 | 111 | 56 |
| Binary | 11001011 | 100000 | 100001 | 0 | 1010100 | 1010100 | 10100 | 101101000 | 1001001 | 101110 |
Color Harmonies of #CB2021
Complementary color
Monochromatic Colors of #CB2021
Black with #CB2021
Text Example
Text Example
White with #CB2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2021; }
p { color: rgb(203,32,33); }
H1.HeaderClassName
{
color: #CB2021;
}
.AnyTagClassName
{
color: #CB2021;
}
</style>
background-color css
<style>
a { background-color: #CB2021; }
a { background-color: rgb(203,32,33); }
div.DivClassName
{
background-color: #CB2021;
}
.BgClassName
{
background-color: #CB2021;
}
</style>
border-color css
<style>
span { border-color: #CB2021; }
span { border-color: rgb(203,32,33); }
td.TdClassName
{
border-color: #CB2021;
}
.TagClassName
{
border-color: #CB2021;
}
</style>