Shades of Fire Engine Red #CE052D
Tints of Fire Engine Red #CE052D
RGB
CMYK
RGB Variations
Color information
#CE052D (or 0xCE052D) is known color: Fire Engine Red. HEX triplet: CE, 05 and 2D. RGB value is (206,5,45). Sum of RGB (Red+Green+Blue) = 206+5+45=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE052D is #31FAD2. Grayscale: #454545. Windows color (decimal): -3275475 or 2950606. OLE color: 2950606.
HSL color Cylindrical-coordinate representation of color #CE052D: hue angle of 348.06º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE052D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.19 |
| HSL | 348.06º | 0.95% | 0.41% | - |
| HSV(B) | 348.06º | 0.98% | 0.81% | - |
| XYZ | 25.98 | 13.42 | 3.7 | - |
| YUV | 69.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 45 | 0 | 0.98 | 0.78 | 0.19 | 348.06 | 0.95 | 0.41 |
| Hex | CE | 5 | 2D | 0 | 62 | 4E | 13 | 15C | 5F | 29 |
| Octal | 316 | 5 | 55 | 0 | 142 | 116 | 23 | 534 | 137 | 51 |
| Binary | 11001110 | 101 | 101101 | 0 | 1100010 | 1001110 | 10011 | 101011100 | 1011111 | 101001 |
Color Harmonies of #CE052D
Complementary color
Monochromatic Colors of #CE052D
Black with #CE052D
Text Example
Text Example
White with #CE052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE052D; }
p { color: rgb(206,5,45); }
H1.HeaderClassName
{
color: #CE052D;
}
.AnyTagClassName
{
color: #CE052D;
}
</style>
background-color css
<style>
a { background-color: #CE052D; }
a { background-color: rgb(206,5,45); }
div.DivClassName
{
background-color: #CE052D;
}
.BgClassName
{
background-color: #CE052D;
}
</style>
border-color css
<style>
span { border-color: #CE052D; }
span { border-color: rgb(206,5,45); }
td.TdClassName
{
border-color: #CE052D;
}
.TagClassName
{
border-color: #CE052D;
}
</style>