Shades of Fire Engine Red #CE032C
Tints of Fire Engine Red #CE032C
RGB
CMYK
RGB Variations
Color information
#CE032C (or 0xCE032C) is known color: Fire Engine Red. HEX triplet: CE, 03 and 2C. RGB value is (206,3,44). Sum of RGB (Red+Green+Blue) = 206+3+44=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE032C is #31FCD3. Grayscale: #444444. Windows color (decimal): -3275988 or 2884558. OLE color: 2884558.
HSL color Cylindrical-coordinate representation of color #CE032C: hue angle of 347.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE032C is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.19 |
| HSL | 347.88º | 0.97% | 0.41% | - |
| HSV(B) | 347.88º | 0.99% | 0.81% | - |
| XYZ | 25.94 | 13.37 | 3.6 | - |
| YUV | 68.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 44 | 0 | 0.99 | 0.79 | 0.19 | 347.88 | 0.97 | 0.41 |
| Hex | CE | 3 | 2C | 0 | 63 | 4F | 13 | 15C | 61 | 29 |
| Octal | 316 | 3 | 54 | 0 | 143 | 117 | 23 | 534 | 141 | 51 |
| Binary | 11001110 | 11 | 101100 | 0 | 1100011 | 1001111 | 10011 | 101011100 | 1100001 | 101001 |
Color Harmonies of #CE032C
Complementary color
Monochromatic Colors of #CE032C
Black with #CE032C
Text Example
Text Example
White with #CE032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE032C; }
p { color: rgb(206,3,44); }
H1.HeaderClassName
{
color: #CE032C;
}
.AnyTagClassName
{
color: #CE032C;
}
</style>
background-color css
<style>
a { background-color: #CE032C; }
a { background-color: rgb(206,3,44); }
div.DivClassName
{
background-color: #CE032C;
}
.BgClassName
{
background-color: #CE032C;
}
</style>
border-color css
<style>
span { border-color: #CE032C; }
span { border-color: rgb(206,3,44); }
td.TdClassName
{
border-color: #CE032C;
}
.TagClassName
{
border-color: #CE032C;
}
</style>