Shades of Fire Engine Red #CE052B
Tints of Fire Engine Red #CE052B
RGB
CMYK
RGB Variations
Color information
#CE052B (or 0xCE052B) is known color: Fire Engine Red. HEX triplet: CE, 05 and 2B. RGB value is (206,5,43). Sum of RGB (Red+Green+Blue) = 206+5+43=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE052B is #31FAD4. Grayscale: #454545. Windows color (decimal): -3275477 or 2819534. OLE color: 2819534.
HSL color Cylindrical-coordinate representation of color #CE052B: hue angle of 348.66º 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 #CE052B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.19 |
| HSL | 348.66º | 0.95% | 0.41% | - |
| HSV(B) | 348.66º | 0.98% | 0.81% | - |
| XYZ | 25.94 | 13.4 | 3.51 | - |
| YUV | 69.43 | 113.09 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 43 | 0 | 0.98 | 0.79 | 0.19 | 348.66 | 0.95 | 0.41 |
| Hex | CE | 5 | 2B | 0 | 62 | 4F | 13 | 15D | 5F | 29 |
| Octal | 316 | 5 | 53 | 0 | 142 | 117 | 23 | 535 | 137 | 51 |
| Binary | 11001110 | 101 | 101011 | 0 | 1100010 | 1001111 | 10011 | 101011101 | 1011111 | 101001 |
Color Harmonies of #CE052B
Complementary color
Monochromatic Colors of #CE052B
Black with #CE052B
Text Example
Text Example
White with #CE052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE052B; }
p { color: rgb(206,5,43); }
H1.HeaderClassName
{
color: #CE052B;
}
.AnyTagClassName
{
color: #CE052B;
}
</style>
background-color css
<style>
a { background-color: #CE052B; }
a { background-color: rgb(206,5,43); }
div.DivClassName
{
background-color: #CE052B;
}
.BgClassName
{
background-color: #CE052B;
}
</style>
border-color css
<style>
span { border-color: #CE052B; }
span { border-color: rgb(206,5,43); }
td.TdClassName
{
border-color: #CE052B;
}
.TagClassName
{
border-color: #CE052B;
}
</style>