Shades of Fire Engine Red #CB181B
Tints of Fire Engine Red #CB181B
RGB
CMYK
RGB Variations
Color information
#CB181B (or 0xCB181B) is known color: Fire Engine Red. HEX triplet: CB, 18 and 1B. RGB value is (203,24,27). Sum of RGB (Red+Green+Blue) = 203+24+27=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB181B is #34E7E4. Grayscale: #4E4E4E. Windows color (decimal): -3467237 or 1775819. OLE color: 1775819.
HSL color Cylindrical-coordinate representation of color #CB181B: hue angle of 358.99º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB181B is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 27 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.20 |
| HSL | 358.99º | 0.79% | 0.45% | - |
| HSV(B) | 358.99º | 0.88% | 0.8% | - |
| XYZ | 25.15 | 13.43 | 2.3 | - |
| YUV | 77.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 27 | 0 | 0.88 | 0.87 | 0.20 | 358.99 | 0.79 | 0.45 |
| Hex | CB | 18 | 1B | 0 | 58 | 57 | 14 | 167 | 4F | 2D |
| Octal | 313 | 30 | 33 | 0 | 130 | 127 | 24 | 547 | 117 | 55 |
| Binary | 11001011 | 11000 | 11011 | 0 | 1011000 | 1010111 | 10100 | 101100111 | 1001111 | 101101 |
Color Harmonies of #CB181B
Complementary color
Monochromatic Colors of #CB181B
Black with #CB181B
Text Example
Text Example
White with #CB181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB181B; }
p { color: rgb(203,24,27); }
H1.HeaderClassName
{
color: #CB181B;
}
.AnyTagClassName
{
color: #CB181B;
}
</style>
background-color css
<style>
a { background-color: #CB181B; }
a { background-color: rgb(203,24,27); }
div.DivClassName
{
background-color: #CB181B;
}
.BgClassName
{
background-color: #CB181B;
}
</style>
border-color css
<style>
span { border-color: #CB181B; }
span { border-color: rgb(203,24,27); }
td.TdClassName
{
border-color: #CB181B;
}
.TagClassName
{
border-color: #CB181B;
}
</style>