Shades of Fire Engine Red #CE1526
Tints of Fire Engine Red #CE1526
RGB
CMYK
RGB Variations
Color information
#CE1526 (or 0xCE1526) is known color: Fire Engine Red. HEX triplet: CE, 15 and 26. RGB value is (206,21,38). Sum of RGB (Red+Green+Blue) = 206+21+38=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1526 is #31EAD9. Grayscale: #4E4E4E. Windows color (decimal): -3271386 or 2495950. OLE color: 2495950.
HSL color Cylindrical-coordinate representation of color #CE1526: hue angle of 354.49º 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 #CE1526 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 38 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.19 |
| HSL | 354.49º | 0.81% | 0.45% | - |
| HSV(B) | 354.49º | 0.9% | 0.81% | - |
| XYZ | 26.07 | 13.8 | 3.12 | - |
| YUV | 78.25 | 105.29 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 38 | 0 | 0.90 | 0.82 | 0.19 | 354.49 | 0.81 | 0.45 |
| Hex | CE | 15 | 26 | 0 | 5A | 52 | 13 | 162 | 51 | 2D |
| Octal | 316 | 25 | 46 | 0 | 132 | 122 | 23 | 542 | 121 | 55 |
| Binary | 11001110 | 10101 | 100110 | 0 | 1011010 | 1010010 | 10011 | 101100010 | 1010001 | 101101 |
Color Harmonies of #CE1526
Complementary color
Monochromatic Colors of #CE1526
Black with #CE1526
Text Example
Text Example
White with #CE1526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1526; }
p { color: rgb(206,21,38); }
H1.HeaderClassName
{
color: #CE1526;
}
.AnyTagClassName
{
color: #CE1526;
}
</style>
background-color css
<style>
a { background-color: #CE1526; }
a { background-color: rgb(206,21,38); }
div.DivClassName
{
background-color: #CE1526;
}
.BgClassName
{
background-color: #CE1526;
}
</style>
border-color css
<style>
span { border-color: #CE1526; }
span { border-color: rgb(206,21,38); }
td.TdClassName
{
border-color: #CE1526;
}
.TagClassName
{
border-color: #CE1526;
}
</style>