Shades of Fire Engine Red #CE1529
Tints of Fire Engine Red #CE1529
RGB
CMYK
RGB Variations
Color information
#CE1529 (or 0xCE1529) is known color: Fire Engine Red. HEX triplet: CE, 15 and 29. RGB value is (206,21,41). Sum of RGB (Red+Green+Blue) = 206+21+41=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1529 is #31EAD6. Grayscale: #4E4E4E. Windows color (decimal): -3271383 or 2692558. OLE color: 2692558.
HSL color Cylindrical-coordinate representation of color #CE1529: hue angle of 353.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1529 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 41 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.19 |
| HSL | 353.51º | 0.81% | 0.45% | - |
| HSV(B) | 353.51º | 0.9% | 0.81% | - |
| XYZ | 26.12 | 13.82 | 3.39 | - |
| YUV | 78.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 41 | 0 | 0.90 | 0.80 | 0.19 | 353.51 | 0.81 | 0.45 |
| Hex | CE | 15 | 29 | 0 | 5A | 50 | 13 | 162 | 51 | 2D |
| Octal | 316 | 25 | 51 | 0 | 132 | 120 | 23 | 542 | 121 | 55 |
| Binary | 11001110 | 10101 | 101001 | 0 | 1011010 | 1010000 | 10011 | 101100010 | 1010001 | 101101 |
Color Harmonies of #CE1529
Complementary color
Monochromatic Colors of #CE1529
Black with #CE1529
Text Example
Text Example
White with #CE1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1529; }
p { color: rgb(206,21,41); }
H1.HeaderClassName
{
color: #CE1529;
}
.AnyTagClassName
{
color: #CE1529;
}
</style>
background-color css
<style>
a { background-color: #CE1529; }
a { background-color: rgb(206,21,41); }
div.DivClassName
{
background-color: #CE1529;
}
.BgClassName
{
background-color: #CE1529;
}
</style>
border-color css
<style>
span { border-color: #CE1529; }
span { border-color: rgb(206,21,41); }
td.TdClassName
{
border-color: #CE1529;
}
.TagClassName
{
border-color: #CE1529;
}
</style>