Shades of Fire Engine Red #CB212B
Tints of Fire Engine Red #CB212B
RGB
CMYK
RGB Variations
Color information
#CB212B (or 0xCB212B) is known color: Fire Engine Red. HEX triplet: CB, 21 and 2B. RGB value is (203,33,43). Sum of RGB (Red+Green+Blue) = 203+33+43=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB212B is #34DED4. Grayscale: #555555. Windows color (decimal): -3464917 or 2826699. OLE color: 2826699.
HSL color Cylindrical-coordinate representation of color #CB212B: hue angle of 356.47º 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 #CB212B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 43 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.20 |
| HSL | 356.47º | 0.72% | 0.46% | - |
| HSV(B) | 356.47º | 0.84% | 0.8% | - |
| XYZ | 25.61 | 13.96 | 3.63 | - |
| YUV | 84.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 43 | 0 | 0.84 | 0.79 | 0.20 | 356.47 | 0.72 | 0.46 |
| Hex | CB | 21 | 2B | 0 | 54 | 4F | 14 | 164 | 48 | 2E |
| Octal | 313 | 41 | 53 | 0 | 124 | 117 | 24 | 544 | 110 | 56 |
| Binary | 11001011 | 100001 | 101011 | 0 | 1010100 | 1001111 | 10100 | 101100100 | 1001000 | 101110 |
Color Harmonies of #CB212B
Complementary color
Monochromatic Colors of #CB212B
Black with #CB212B
Text Example
Text Example
White with #CB212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB212B; }
p { color: rgb(203,33,43); }
H1.HeaderClassName
{
color: #CB212B;
}
.AnyTagClassName
{
color: #CB212B;
}
</style>
background-color css
<style>
a { background-color: #CB212B; }
a { background-color: rgb(203,33,43); }
div.DivClassName
{
background-color: #CB212B;
}
.BgClassName
{
background-color: #CB212B;
}
</style>
border-color css
<style>
span { border-color: #CB212B; }
span { border-color: rgb(203,33,43); }
td.TdClassName
{
border-color: #CB212B;
}
.TagClassName
{
border-color: #CB212B;
}
</style>