Shades of Fire Engine Red #CB202D
Tints of Fire Engine Red #CB202D
RGB
CMYK
RGB Variations
Color information
#CB202D (or 0xCB202D) is known color: Fire Engine Red. HEX triplet: CB, 20 and 2D. RGB value is (203,32,45). Sum of RGB (Red+Green+Blue) = 203+32+45=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB202D is #34DFD2. Grayscale: #545454. Windows color (decimal): -3465171 or 2957515. OLE color: 2957515.
HSL color Cylindrical-coordinate representation of color #CB202D: hue angle of 355.44º 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 #CB202D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 45 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.20 |
| HSL | 355.44º | 0.73% | 0.46% | - |
| HSV(B) | 355.44º | 0.84% | 0.8% | - |
| XYZ | 25.62 | 13.92 | 3.82 | - |
| YUV | 84.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 45 | 0 | 0.84 | 0.78 | 0.20 | 355.44 | 0.73 | 0.46 |
| Hex | CB | 20 | 2D | 0 | 54 | 4E | 14 | 163 | 49 | 2E |
| Octal | 313 | 40 | 55 | 0 | 124 | 116 | 24 | 543 | 111 | 56 |
| Binary | 11001011 | 100000 | 101101 | 0 | 1010100 | 1001110 | 10100 | 101100011 | 1001001 | 101110 |
Color Harmonies of #CB202D
Complementary color
Monochromatic Colors of #CB202D
Black with #CB202D
Text Example
Text Example
White with #CB202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB202D; }
p { color: rgb(203,32,45); }
H1.HeaderClassName
{
color: #CB202D;
}
.AnyTagClassName
{
color: #CB202D;
}
</style>
background-color css
<style>
a { background-color: #CB202D; }
a { background-color: rgb(203,32,45); }
div.DivClassName
{
background-color: #CB202D;
}
.BgClassName
{
background-color: #CB202D;
}
</style>
border-color css
<style>
span { border-color: #CB202D; }
span { border-color: rgb(203,32,45); }
td.TdClassName
{
border-color: #CB202D;
}
.TagClassName
{
border-color: #CB202D;
}
</style>