Shades of Fire Engine Red #CE152F
Tints of Fire Engine Red #CE152F
RGB
CMYK
RGB Variations
Color information
#CE152F (or 0xCE152F) is known color: Fire Engine Red. HEX triplet: CE, 15 and 2F. RGB value is (206,21,47). Sum of RGB (Red+Green+Blue) = 206+21+47=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE152F is #31EAD0. Grayscale: #4F4F4F. Windows color (decimal): -3271377 or 3085774. OLE color: 3085774.
HSL color Cylindrical-coordinate representation of color #CE152F: hue angle of 351.57º 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 #CE152F is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 47 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.19 |
| HSL | 351.57º | 0.81% | 0.45% | - |
| HSV(B) | 351.57º | 0.9% | 0.81% | - |
| XYZ | 26.23 | 13.86 | 3.98 | - |
| YUV | 79.28 | 109.79 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 47 | 0 | 0.90 | 0.77 | 0.19 | 351.57 | 0.81 | 0.45 |
| Hex | CE | 15 | 2F | 0 | 5A | 4D | 13 | 160 | 51 | 2D |
| Octal | 316 | 25 | 57 | 0 | 132 | 115 | 23 | 540 | 121 | 55 |
| Binary | 11001110 | 10101 | 101111 | 0 | 1011010 | 1001101 | 10011 | 101100000 | 1010001 | 101101 |
Color Harmonies of #CE152F
Complementary color
Monochromatic Colors of #CE152F
Black with #CE152F
Text Example
Text Example
White with #CE152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE152F; }
p { color: rgb(206,21,47); }
H1.HeaderClassName
{
color: #CE152F;
}
.AnyTagClassName
{
color: #CE152F;
}
</style>
background-color css
<style>
a { background-color: #CE152F; }
a { background-color: rgb(206,21,47); }
div.DivClassName
{
background-color: #CE152F;
}
.BgClassName
{
background-color: #CE152F;
}
</style>
border-color css
<style>
span { border-color: #CE152F; }
span { border-color: rgb(206,21,47); }
td.TdClassName
{
border-color: #CE152F;
}
.TagClassName
{
border-color: #CE152F;
}
</style>