Shades of Fire Engine Red #CB212A
Tints of Fire Engine Red #CB212A
RGB
CMYK
RGB Variations
Color information
#CB212A (or 0xCB212A) is known color: Fire Engine Red. HEX triplet: CB, 21 and 2A. RGB value is (203,33,42). Sum of RGB (Red+Green+Blue) = 203+33+42=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB212A is #34DED5. Grayscale: #545454. Windows color (decimal): -3464918 or 2761163. OLE color: 2761163.
HSL color Cylindrical-coordinate representation of color #CB212A: hue angle of 356.82º 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 #CB212A is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 42 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.20 |
| HSL | 356.82º | 0.72% | 0.46% | - |
| HSV(B) | 356.82º | 0.84% | 0.8% | - |
| XYZ | 25.59 | 13.95 | 3.53 | - |
| YUV | 84.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 42 | 0 | 0.84 | 0.79 | 0.20 | 356.82 | 0.72 | 0.46 |
| Hex | CB | 21 | 2A | 0 | 54 | 4F | 14 | 165 | 48 | 2E |
| Octal | 313 | 41 | 52 | 0 | 124 | 117 | 24 | 545 | 110 | 56 |
| Binary | 11001011 | 100001 | 101010 | 0 | 1010100 | 1001111 | 10100 | 101100101 | 1001000 | 101110 |
Color Harmonies of #CB212A
Complementary color
Monochromatic Colors of #CB212A
Black with #CB212A
Text Example
Text Example
White with #CB212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB212A; }
p { color: rgb(203,33,42); }
H1.HeaderClassName
{
color: #CB212A;
}
.AnyTagClassName
{
color: #CB212A;
}
</style>
background-color css
<style>
a { background-color: #CB212A; }
a { background-color: rgb(203,33,42); }
div.DivClassName
{
background-color: #CB212A;
}
.BgClassName
{
background-color: #CB212A;
}
</style>
border-color css
<style>
span { border-color: #CB212A; }
span { border-color: rgb(203,33,42); }
td.TdClassName
{
border-color: #CB212A;
}
.TagClassName
{
border-color: #CB212A;
}
</style>