Shades of Fire Engine Red #CE1B2C
Tints of Fire Engine Red #CE1B2C
RGB
CMYK
RGB Variations
Color information
#CE1B2C (or 0xCE1B2C) is known color: Fire Engine Red. HEX triplet: CE, 1B and 2C. RGB value is (206,27,44). Sum of RGB (Red+Green+Blue) = 206+27+44=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B2C is #31E4D3. Grayscale: #525252. Windows color (decimal): -3269844 or 2890702. OLE color: 2890702.
HSL color Cylindrical-coordinate representation of color #CE1B2C: hue angle of 354.3º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B2C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 44 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.19 |
| HSL | 354.3º | 0.77% | 0.46% | - |
| HSV(B) | 354.3º | 0.87% | 0.81% | - |
| XYZ | 26.3 | 14.09 | 3.72 | - |
| YUV | 82.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 44 | 0 | 0.87 | 0.79 | 0.19 | 354.3 | 0.77 | 0.46 |
| Hex | CE | 1B | 2C | 0 | 57 | 4F | 13 | 162 | 4D | 2E |
| Octal | 316 | 33 | 54 | 0 | 127 | 117 | 23 | 542 | 115 | 56 |
| Binary | 11001110 | 11011 | 101100 | 0 | 1010111 | 1001111 | 10011 | 101100010 | 1001101 | 101110 |
Color Harmonies of #CE1B2C
Complementary color
Monochromatic Colors of #CE1B2C
Black with #CE1B2C
Text Example
Text Example
White with #CE1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B2C; }
p { color: rgb(206,27,44); }
H1.HeaderClassName
{
color: #CE1B2C;
}
.AnyTagClassName
{
color: #CE1B2C;
}
</style>
background-color css
<style>
a { background-color: #CE1B2C; }
a { background-color: rgb(206,27,44); }
div.DivClassName
{
background-color: #CE1B2C;
}
.BgClassName
{
background-color: #CE1B2C;
}
</style>
border-color css
<style>
span { border-color: #CE1B2C; }
span { border-color: rgb(206,27,44); }
td.TdClassName
{
border-color: #CE1B2C;
}
.TagClassName
{
border-color: #CE1B2C;
}
</style>