Shades of Fire Engine Red #CE1A1B
Tints of Fire Engine Red #CE1A1B
RGB
CMYK
RGB Variations
Color information
#CE1A1B (or 0xCE1A1B) is known color: Fire Engine Red. HEX triplet: CE, 1A and 1B. RGB value is (206,26,27). Sum of RGB (Red+Green+Blue) = 206+26+27=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1A1B is #31E5E4. Grayscale: #505050. Windows color (decimal): -3270117 or 1776334. OLE color: 1776334.
HSL color Cylindrical-coordinate representation of color #CE1A1B: hue angle of 359.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1A1B is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 27 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.19 |
| HSL | 359.67º | 0.78% | 0.45% | - |
| HSV(B) | 359.67º | 0.87% | 0.81% | - |
| XYZ | 26.02 | 13.94 | 2.36 | - |
| YUV | 79.93 | 98.13 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 27 | 0 | 0.87 | 0.87 | 0.19 | 359.67 | 0.78 | 0.45 |
| Hex | CE | 1A | 1B | 0 | 57 | 57 | 13 | 168 | 4E | 2D |
| Octal | 316 | 32 | 33 | 0 | 127 | 127 | 23 | 550 | 116 | 55 |
| Binary | 11001110 | 11010 | 11011 | 0 | 1010111 | 1010111 | 10011 | 101101000 | 1001110 | 101101 |
Color Harmonies of #CE1A1B
Complementary color
Monochromatic Colors of #CE1A1B
Black with #CE1A1B
Text Example
Text Example
White with #CE1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1A1B; }
p { color: rgb(206,26,27); }
H1.HeaderClassName
{
color: #CE1A1B;
}
.AnyTagClassName
{
color: #CE1A1B;
}
</style>
background-color css
<style>
a { background-color: #CE1A1B; }
a { background-color: rgb(206,26,27); }
div.DivClassName
{
background-color: #CE1A1B;
}
.BgClassName
{
background-color: #CE1A1B;
}
</style>
border-color css
<style>
span { border-color: #CE1A1B; }
span { border-color: rgb(206,26,27); }
td.TdClassName
{
border-color: #CE1A1B;
}
.TagClassName
{
border-color: #CE1A1B;
}
</style>