Shades of Fire Engine Red #CB162B
Tints of Fire Engine Red #CB162B
RGB
CMYK
RGB Variations
Color information
#CB162B (or 0xCB162B) is known color: Fire Engine Red. HEX triplet: CB, 16 and 2B. RGB value is (203,22,43). Sum of RGB (Red+Green+Blue) = 203+22+43=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB162B is #34E9D4. Grayscale: #4E4E4E. Windows color (decimal): -3467733 or 2823883. OLE color: 2823883.
HSL color Cylindrical-coordinate representation of color #CB162B: hue angle of 353.04º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB162B is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 43 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.20 |
| HSL | 353.04º | 0.8% | 0.44% | - |
| HSV(B) | 353.04º | 0.89% | 0.8% | - |
| XYZ | 25.35 | 13.44 | 3.54 | - |
| YUV | 78.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 43 | 0 | 0.89 | 0.79 | 0.20 | 353.04 | 0.8 | 0.44 |
| Hex | CB | 16 | 2B | 0 | 59 | 4F | 14 | 161 | 50 | 2C |
| Octal | 313 | 26 | 53 | 0 | 131 | 117 | 24 | 541 | 120 | 54 |
| Binary | 11001011 | 10110 | 101011 | 0 | 1011001 | 1001111 | 10100 | 101100001 | 1010000 | 101100 |
Color Harmonies of #CB162B
Complementary color
Monochromatic Colors of #CB162B
Black with #CB162B
Text Example
Text Example
White with #CB162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB162B; }
p { color: rgb(203,22,43); }
H1.HeaderClassName
{
color: #CB162B;
}
.AnyTagClassName
{
color: #CB162B;
}
</style>
background-color css
<style>
a { background-color: #CB162B; }
a { background-color: rgb(203,22,43); }
div.DivClassName
{
background-color: #CB162B;
}
.BgClassName
{
background-color: #CB162B;
}
</style>
border-color css
<style>
span { border-color: #CB162B; }
span { border-color: rgb(203,22,43); }
td.TdClassName
{
border-color: #CB162B;
}
.TagClassName
{
border-color: #CB162B;
}
</style>