Shades of Fire Engine Red #CE181B
Tints of Fire Engine Red #CE181B
RGB
CMYK
RGB Variations
Color information
#CE181B (or 0xCE181B) is known color: Fire Engine Red. HEX triplet: CE, 18 and 1B. RGB value is (206,24,27). Sum of RGB (Red+Green+Blue) = 206+24+27=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE181B is #31E7E4. Grayscale: #4E4E4E. Windows color (decimal): -3270629 or 1775822. OLE color: 1775822.
HSL color Cylindrical-coordinate representation of color #CE181B: hue angle of 359.01º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE181B is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 27 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.19 |
| HSL | 359.01º | 0.79% | 0.45% | - |
| HSV(B) | 359.01º | 0.88% | 0.81% | - |
| XYZ | 25.98 | 13.85 | 2.34 | - |
| YUV | 78.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 27 | 0 | 0.88 | 0.87 | 0.19 | 359.01 | 0.79 | 0.45 |
| Hex | CE | 18 | 1B | 0 | 58 | 57 | 13 | 167 | 4F | 2D |
| Octal | 316 | 30 | 33 | 0 | 130 | 127 | 23 | 547 | 117 | 55 |
| Binary | 11001110 | 11000 | 11011 | 0 | 1011000 | 1010111 | 10011 | 101100111 | 1001111 | 101101 |
Color Harmonies of #CE181B
Complementary color
Monochromatic Colors of #CE181B
Black with #CE181B
Text Example
Text Example
White with #CE181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE181B; }
p { color: rgb(206,24,27); }
H1.HeaderClassName
{
color: #CE181B;
}
.AnyTagClassName
{
color: #CE181B;
}
</style>
background-color css
<style>
a { background-color: #CE181B; }
a { background-color: rgb(206,24,27); }
div.DivClassName
{
background-color: #CE181B;
}
.BgClassName
{
background-color: #CE181B;
}
</style>
border-color css
<style>
span { border-color: #CE181B; }
span { border-color: rgb(206,24,27); }
td.TdClassName
{
border-color: #CE181B;
}
.TagClassName
{
border-color: #CE181B;
}
</style>