Shades of Fire Engine Red #CE042B
Tints of Fire Engine Red #CE042B
RGB
CMYK
RGB Variations
Color information
#CE042B (or 0xCE042B) is known color: Fire Engine Red. HEX triplet: CE, 04 and 2B. RGB value is (206,4,43). Sum of RGB (Red+Green+Blue) = 206+4+43=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE042B is #31FBD4. Grayscale: #444444. Windows color (decimal): -3275733 or 2819278. OLE color: 2819278.
HSL color Cylindrical-coordinate representation of color #CE042B: hue angle of 348.42º degrees, saturation: 0.96, 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 #CE042B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 43 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.19 |
| HSL | 348.42º | 0.96% | 0.41% | - |
| HSV(B) | 348.42º | 0.98% | 0.81% | - |
| XYZ | 25.93 | 13.38 | 3.5 | - |
| YUV | 68.84 | 113.42 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 43 | 0 | 0.98 | 0.79 | 0.19 | 348.42 | 0.96 | 0.41 |
| Hex | CE | 4 | 2B | 0 | 62 | 4F | 13 | 15C | 60 | 29 |
| Octal | 316 | 4 | 53 | 0 | 142 | 117 | 23 | 534 | 140 | 51 |
| Binary | 11001110 | 100 | 101011 | 0 | 1100010 | 1001111 | 10011 | 101011100 | 1100000 | 101001 |
Color Harmonies of #CE042B
Complementary color
Monochromatic Colors of #CE042B
Black with #CE042B
Text Example
Text Example
White with #CE042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE042B; }
p { color: rgb(206,4,43); }
H1.HeaderClassName
{
color: #CE042B;
}
.AnyTagClassName
{
color: #CE042B;
}
</style>
background-color css
<style>
a { background-color: #CE042B; }
a { background-color: rgb(206,4,43); }
div.DivClassName
{
background-color: #CE042B;
}
.BgClassName
{
background-color: #CE042B;
}
</style>
border-color css
<style>
span { border-color: #CE042B; }
span { border-color: rgb(206,4,43); }
td.TdClassName
{
border-color: #CE042B;
}
.TagClassName
{
border-color: #CE042B;
}
</style>