Shades of Fire Engine Red #CE152D
Tints of Fire Engine Red #CE152D
RGB
CMYK
RGB Variations
Color information
#CE152D (or 0xCE152D) is known color: Fire Engine Red. HEX triplet: CE, 15 and 2D. RGB value is (206,21,45). Sum of RGB (Red+Green+Blue) = 206+21+45=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE152D is #31EAD2. Grayscale: #4F4F4F. Windows color (decimal): -3271379 or 2954702. OLE color: 2954702.
HSL color Cylindrical-coordinate representation of color #CE152D: hue angle of 352.22º 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 #CE152D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 45 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.19 |
| HSL | 352.22º | 0.81% | 0.45% | - |
| HSV(B) | 352.22º | 0.9% | 0.81% | - |
| XYZ | 26.2 | 13.85 | 3.77 | - |
| YUV | 79.05 | 108.79 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 45 | 0 | 0.90 | 0.78 | 0.19 | 352.22 | 0.81 | 0.45 |
| Hex | CE | 15 | 2D | 0 | 5A | 4E | 13 | 160 | 51 | 2D |
| Octal | 316 | 25 | 55 | 0 | 132 | 116 | 23 | 540 | 121 | 55 |
| Binary | 11001110 | 10101 | 101101 | 0 | 1011010 | 1001110 | 10011 | 101100000 | 1010001 | 101101 |
Color Harmonies of #CE152D
Complementary color
Monochromatic Colors of #CE152D
Black with #CE152D
Text Example
Text Example
White with #CE152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE152D; }
p { color: rgb(206,21,45); }
H1.HeaderClassName
{
color: #CE152D;
}
.AnyTagClassName
{
color: #CE152D;
}
</style>
background-color css
<style>
a { background-color: #CE152D; }
a { background-color: rgb(206,21,45); }
div.DivClassName
{
background-color: #CE152D;
}
.BgClassName
{
background-color: #CE152D;
}
</style>
border-color css
<style>
span { border-color: #CE152D; }
span { border-color: rgb(206,21,45); }
td.TdClassName
{
border-color: #CE152D;
}
.TagClassName
{
border-color: #CE152D;
}
</style>