Shades of Fire Engine Red #CB181E
Tints of Fire Engine Red #CB181E
RGB
CMYK
RGB Variations
Color information
#CB181E (or 0xCB181E) is known color: Fire Engine Red. HEX triplet: CB, 18 and 1E. RGB value is (203,24,30). Sum of RGB (Red+Green+Blue) = 203+24+30=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB181E is #34E7E1. Grayscale: #4E4E4E. Windows color (decimal): -3467234 or 1972427. OLE color: 1972427.
HSL color Cylindrical-coordinate representation of color #CB181E: hue angle of 357.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 #CB181E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 30 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.20 |
| HSL | 357.99º | 0.79% | 0.45% | - |
| HSV(B) | 357.99º | 0.88% | 0.8% | - |
| XYZ | 25.19 | 13.44 | 2.5 | - |
| YUV | 78.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 30 | 0 | 0.88 | 0.85 | 0.20 | 357.99 | 0.79 | 0.45 |
| Hex | CB | 18 | 1E | 0 | 58 | 55 | 14 | 166 | 4F | 2D |
| Octal | 313 | 30 | 36 | 0 | 130 | 125 | 24 | 546 | 117 | 55 |
| Binary | 11001011 | 11000 | 11110 | 0 | 1011000 | 1010101 | 10100 | 101100110 | 1001111 | 101101 |
Color Harmonies of #CB181E
Complementary color
Monochromatic Colors of #CB181E
Black with #CB181E
Text Example
Text Example
White with #CB181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB181E; }
p { color: rgb(203,24,30); }
H1.HeaderClassName
{
color: #CB181E;
}
.AnyTagClassName
{
color: #CB181E;
}
</style>
background-color css
<style>
a { background-color: #CB181E; }
a { background-color: rgb(203,24,30); }
div.DivClassName
{
background-color: #CB181E;
}
.BgClassName
{
background-color: #CB181E;
}
</style>
border-color css
<style>
span { border-color: #CB181E; }
span { border-color: rgb(203,24,30); }
td.TdClassName
{
border-color: #CB181E;
}
.TagClassName
{
border-color: #CB181E;
}
</style>