Shades of Fire Engine Red #CE032A
Tints of Fire Engine Red #CE032A
RGB
CMYK
RGB Variations
Color information
#CE032A (or 0xCE032A) is known color: Fire Engine Red. HEX triplet: CE, 03 and 2A. RGB value is (206,3,42). Sum of RGB (Red+Green+Blue) = 206+3+42=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE032A is #31FCD5. Grayscale: #444444. Windows color (decimal): -3275990 or 2753486. OLE color: 2753486.
HSL color Cylindrical-coordinate representation of color #CE032A: hue angle of 348.47º 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 #CE032A is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.19 |
| HSL | 348.47º | 0.97% | 0.41% | - |
| HSV(B) | 348.47º | 0.99% | 0.81% | - |
| XYZ | 25.9 | 13.35 | 3.4 | - |
| YUV | 68.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 42 | 0 | 0.99 | 0.80 | 0.19 | 348.47 | 0.97 | 0.41 |
| Hex | CE | 3 | 2A | 0 | 63 | 50 | 13 | 15C | 61 | 29 |
| Octal | 316 | 3 | 52 | 0 | 143 | 120 | 23 | 534 | 141 | 51 |
| Binary | 11001110 | 11 | 101010 | 0 | 1100011 | 1010000 | 10011 | 101011100 | 1100001 | 101001 |
Color Harmonies of #CE032A
Complementary color
Monochromatic Colors of #CE032A
Black with #CE032A
Text Example
Text Example
White with #CE032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE032A; }
p { color: rgb(206,3,42); }
H1.HeaderClassName
{
color: #CE032A;
}
.AnyTagClassName
{
color: #CE032A;
}
</style>
background-color css
<style>
a { background-color: #CE032A; }
a { background-color: rgb(206,3,42); }
div.DivClassName
{
background-color: #CE032A;
}
.BgClassName
{
background-color: #CE032A;
}
</style>
border-color css
<style>
span { border-color: #CE032A; }
span { border-color: rgb(206,3,42); }
td.TdClassName
{
border-color: #CE032A;
}
.TagClassName
{
border-color: #CE032A;
}
</style>