Shades of Fire Engine Red #CE032B
Tints of Fire Engine Red #CE032B
RGB
CMYK
RGB Variations
Color information
#CE032B (or 0xCE032B) is known color: Fire Engine Red. HEX triplet: CE, 03 and 2B. RGB value is (206,3,43). Sum of RGB (Red+Green+Blue) = 206+3+43=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE032B is #31FCD4. Grayscale: #444444. Windows color (decimal): -3275989 or 2819022. OLE color: 2819022.
HSL color Cylindrical-coordinate representation of color #CE032B: hue angle of 348.18º 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 #CE032B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 43 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.19 |
| HSL | 348.18º | 0.97% | 0.41% | - |
| HSV(B) | 348.18º | 0.99% | 0.81% | - |
| XYZ | 25.92 | 13.36 | 3.5 | - |
| YUV | 68.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 43 | 0 | 0.99 | 0.79 | 0.19 | 348.18 | 0.97 | 0.41 |
| Hex | CE | 3 | 2B | 0 | 63 | 4F | 13 | 15C | 61 | 29 |
| Octal | 316 | 3 | 53 | 0 | 143 | 117 | 23 | 534 | 141 | 51 |
| Binary | 11001110 | 11 | 101011 | 0 | 1100011 | 1001111 | 10011 | 101011100 | 1100001 | 101001 |
Color Harmonies of #CE032B
Complementary color
Monochromatic Colors of #CE032B
Black with #CE032B
Text Example
Text Example
White with #CE032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE032B; }
p { color: rgb(206,3,43); }
H1.HeaderClassName
{
color: #CE032B;
}
.AnyTagClassName
{
color: #CE032B;
}
</style>
background-color css
<style>
a { background-color: #CE032B; }
a { background-color: rgb(206,3,43); }
div.DivClassName
{
background-color: #CE032B;
}
.BgClassName
{
background-color: #CE032B;
}
</style>
border-color css
<style>
span { border-color: #CE032B; }
span { border-color: rgb(206,3,43); }
td.TdClassName
{
border-color: #CE032B;
}
.TagClassName
{
border-color: #CE032B;
}
</style>