Shades of Fire Engine Red #CE1A2D
Tints of Fire Engine Red #CE1A2D
RGB
CMYK
RGB Variations
Color information
#CE1A2D (or 0xCE1A2D) is known color: Fire Engine Red. HEX triplet: CE, 1A and 2D. RGB value is (206,26,45). Sum of RGB (Red+Green+Blue) = 206+26+45=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1A2D is #31E5D2. Grayscale: #525252. Windows color (decimal): -3270099 or 2955982. OLE color: 2955982.
HSL color Cylindrical-coordinate representation of color #CE1A2D: hue angle of 353.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 #CE1A2D is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 45 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.19 |
| HSL | 353.67º | 0.78% | 0.45% | - |
| HSV(B) | 353.67º | 0.87% | 0.81% | - |
| XYZ | 26.3 | 14.05 | 3.81 | - |
| YUV | 81.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 45 | 0 | 0.87 | 0.78 | 0.19 | 353.67 | 0.78 | 0.45 |
| Hex | CE | 1A | 2D | 0 | 57 | 4E | 13 | 162 | 4E | 2D |
| Octal | 316 | 32 | 55 | 0 | 127 | 116 | 23 | 542 | 116 | 55 |
| Binary | 11001110 | 11010 | 101101 | 0 | 1010111 | 1001110 | 10011 | 101100010 | 1001110 | 101101 |
Color Harmonies of #CE1A2D
Complementary color
Monochromatic Colors of #CE1A2D
Black with #CE1A2D
Text Example
Text Example
White with #CE1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1A2D; }
p { color: rgb(206,26,45); }
H1.HeaderClassName
{
color: #CE1A2D;
}
.AnyTagClassName
{
color: #CE1A2D;
}
</style>
background-color css
<style>
a { background-color: #CE1A2D; }
a { background-color: rgb(206,26,45); }
div.DivClassName
{
background-color: #CE1A2D;
}
.BgClassName
{
background-color: #CE1A2D;
}
</style>
border-color css
<style>
span { border-color: #CE1A2D; }
span { border-color: rgb(206,26,45); }
td.TdClassName
{
border-color: #CE1A2D;
}
.TagClassName
{
border-color: #CE1A2D;
}
</style>