Shades of Fire Engine Red #CB161C
Tints of Fire Engine Red #CB161C
RGB
CMYK
RGB Variations
Color information
#CB161C (or 0xCB161C) is known color: Fire Engine Red. HEX triplet: CB, 16 and 1C. RGB value is (203,22,28). Sum of RGB (Red+Green+Blue) = 203+22+28=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB161C is #34E9E3. Grayscale: #4C4C4C. Windows color (decimal): -3467748 or 1840843. OLE color: 1840843.
HSL color Cylindrical-coordinate representation of color #CB161C: hue angle of 358.01º 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 #CB161C is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 28 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.20 |
| HSL | 358.01º | 0.8% | 0.44% | - |
| HSV(B) | 358.01º | 0.89% | 0.8% | - |
| XYZ | 25.13 | 13.35 | 2.35 | - |
| YUV | 76.8 | 100.47 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 28 | 0 | 0.89 | 0.86 | 0.20 | 358.01 | 0.8 | 0.44 |
| Hex | CB | 16 | 1C | 0 | 59 | 56 | 14 | 166 | 50 | 2C |
| Octal | 313 | 26 | 34 | 0 | 131 | 126 | 24 | 546 | 120 | 54 |
| Binary | 11001011 | 10110 | 11100 | 0 | 1011001 | 1010110 | 10100 | 101100110 | 1010000 | 101100 |
Color Harmonies of #CB161C
Complementary color
Monochromatic Colors of #CB161C
Black with #CB161C
Text Example
Text Example
White with #CB161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB161C; }
p { color: rgb(203,22,28); }
H1.HeaderClassName
{
color: #CB161C;
}
.AnyTagClassName
{
color: #CB161C;
}
</style>
background-color css
<style>
a { background-color: #CB161C; }
a { background-color: rgb(203,22,28); }
div.DivClassName
{
background-color: #CB161C;
}
.BgClassName
{
background-color: #CB161C;
}
</style>
border-color css
<style>
span { border-color: #CB161C; }
span { border-color: rgb(203,22,28); }
td.TdClassName
{
border-color: #CB161C;
}
.TagClassName
{
border-color: #CB161C;
}
</style>