Shades of Fire Engine Red #CB151B
Tints of Fire Engine Red #CB151B
RGB
CMYK
RGB Variations
Color information
#CB151B (or 0xCB151B) is known color: Fire Engine Red. HEX triplet: CB, 15 and 1B. RGB value is (203,21,27). Sum of RGB (Red+Green+Blue) = 203+21+27=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB151B is #34EAE4. Grayscale: #4C4C4C. Windows color (decimal): -3468005 or 1775051. OLE color: 1775051.
HSL color Cylindrical-coordinate representation of color #CB151B: hue angle of 358.02º 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 #CB151B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 27 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.20 |
| HSL | 358.02º | 0.81% | 0.44% | - |
| HSV(B) | 358.02º | 0.9% | 0.8% | - |
| XYZ | 25.09 | 13.31 | 2.28 | - |
| YUV | 76.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 27 | 0 | 0.90 | 0.87 | 0.20 | 358.02 | 0.81 | 0.44 |
| Hex | CB | 15 | 1B | 0 | 5A | 57 | 14 | 166 | 51 | 2C |
| Octal | 313 | 25 | 33 | 0 | 132 | 127 | 24 | 546 | 121 | 54 |
| Binary | 11001011 | 10101 | 11011 | 0 | 1011010 | 1010111 | 10100 | 101100110 | 1010001 | 101100 |
Color Harmonies of #CB151B
Complementary color
Monochromatic Colors of #CB151B
Black with #CB151B
Text Example
Text Example
White with #CB151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB151B; }
p { color: rgb(203,21,27); }
H1.HeaderClassName
{
color: #CB151B;
}
.AnyTagClassName
{
color: #CB151B;
}
</style>
background-color css
<style>
a { background-color: #CB151B; }
a { background-color: rgb(203,21,27); }
div.DivClassName
{
background-color: #CB151B;
}
.BgClassName
{
background-color: #CB151B;
}
</style>
border-color css
<style>
span { border-color: #CB151B; }
span { border-color: rgb(203,21,27); }
td.TdClassName
{
border-color: #CB151B;
}
.TagClassName
{
border-color: #CB151B;
}
</style>