Shades of Fire Engine Red #CE052A
Tints of Fire Engine Red #CE052A
RGB
CMYK
RGB Variations
Color information
#CE052A (or 0xCE052A) is known color: Fire Engine Red. HEX triplet: CE, 05 and 2A. RGB value is (206,5,42). Sum of RGB (Red+Green+Blue) = 206+5+42=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE052A is #31FAD5. Grayscale: #454545. Windows color (decimal): -3275478 or 2753998. OLE color: 2753998.
HSL color Cylindrical-coordinate representation of color #CE052A: hue angle of 348.96º 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 #CE052A is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.19 |
| HSL | 348.96º | 0.95% | 0.41% | - |
| HSV(B) | 348.96º | 0.98% | 0.81% | - |
| XYZ | 25.93 | 13.4 | 3.41 | - |
| YUV | 69.32 | 112.59 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 42 | 0 | 0.98 | 0.80 | 0.19 | 348.96 | 0.95 | 0.41 |
| Hex | CE | 5 | 2A | 0 | 62 | 50 | 13 | 15D | 5F | 29 |
| Octal | 316 | 5 | 52 | 0 | 142 | 120 | 23 | 535 | 137 | 51 |
| Binary | 11001110 | 101 | 101010 | 0 | 1100010 | 1010000 | 10011 | 101011101 | 1011111 | 101001 |
Color Harmonies of #CE052A
Complementary color
Monochromatic Colors of #CE052A
Black with #CE052A
Text Example
Text Example
White with #CE052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE052A; }
p { color: rgb(206,5,42); }
H1.HeaderClassName
{
color: #CE052A;
}
.AnyTagClassName
{
color: #CE052A;
}
</style>
background-color css
<style>
a { background-color: #CE052A; }
a { background-color: rgb(206,5,42); }
div.DivClassName
{
background-color: #CE052A;
}
.BgClassName
{
background-color: #CE052A;
}
</style>
border-color css
<style>
span { border-color: #CE052A; }
span { border-color: rgb(206,5,42); }
td.TdClassName
{
border-color: #CE052A;
}
.TagClassName
{
border-color: #CE052A;
}
</style>