Shades of Fire Engine Red #CB152C
Tints of Fire Engine Red #CB152C
RGB
CMYK
RGB Variations
Color information
#CB152C (or 0xCB152C) is known color: Fire Engine Red. HEX triplet: CB, 15 and 2C. RGB value is (203,21,44). Sum of RGB (Red+Green+Blue) = 203+21+44=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB152C is #34EAD3. Grayscale: #4E4E4E. Windows color (decimal): -3467988 or 2889163. OLE color: 2889163.
HSL color Cylindrical-coordinate representation of color #CB152C: hue angle of 352.42º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB152C is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 44 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.20 |
| HSL | 352.42º | 0.81% | 0.44% | - |
| HSV(B) | 352.42º | 0.9% | 0.8% | - |
| XYZ | 25.35 | 13.41 | 3.64 | - |
| YUV | 78.04 | 108.8 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 44 | 0 | 0.90 | 0.78 | 0.20 | 352.42 | 0.81 | 0.44 |
| Hex | CB | 15 | 2C | 0 | 5A | 4E | 14 | 160 | 51 | 2C |
| Octal | 313 | 25 | 54 | 0 | 132 | 116 | 24 | 540 | 121 | 54 |
| Binary | 11001011 | 10101 | 101100 | 0 | 1011010 | 1001110 | 10100 | 101100000 | 1010001 | 101100 |
Color Harmonies of #CB152C
Complementary color
Monochromatic Colors of #CB152C
Black with #CB152C
Text Example
Text Example
White with #CB152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB152C; }
p { color: rgb(203,21,44); }
H1.HeaderClassName
{
color: #CB152C;
}
.AnyTagClassName
{
color: #CB152C;
}
</style>
background-color css
<style>
a { background-color: #CB152C; }
a { background-color: rgb(203,21,44); }
div.DivClassName
{
background-color: #CB152C;
}
.BgClassName
{
background-color: #CB152C;
}
</style>
border-color css
<style>
span { border-color: #CB152C; }
span { border-color: rgb(203,21,44); }
td.TdClassName
{
border-color: #CB152C;
}
.TagClassName
{
border-color: #CB152C;
}
</style>