Shades of Fire Engine Red #CE072B
Tints of Fire Engine Red #CE072B
RGB
CMYK
RGB Variations
Color information
#CE072B (or 0xCE072B) is known color: Fire Engine Red. HEX triplet: CE, 07 and 2B. RGB value is (206,7,43). Sum of RGB (Red+Green+Blue) = 206+7+43=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE072B is #31F8D4. Grayscale: #464646. Windows color (decimal): -3274965 or 2820046. OLE color: 2820046.
HSL color Cylindrical-coordinate representation of color #CE072B: hue angle of 349.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE072B is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 43 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.19 |
| HSL | 349.15º | 0.93% | 0.42% | - |
| HSV(B) | 349.15º | 0.97% | 0.81% | - |
| XYZ | 25.97 | 13.45 | 3.51 | - |
| YUV | 70.61 | 112.43 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 43 | 0 | 0.97 | 0.79 | 0.19 | 349.15 | 0.93 | 0.42 |
| Hex | CE | 7 | 2B | 0 | 61 | 4F | 13 | 15D | 5D | 2A |
| Octal | 316 | 7 | 53 | 0 | 141 | 117 | 23 | 535 | 135 | 52 |
| Binary | 11001110 | 111 | 101011 | 0 | 1100001 | 1001111 | 10011 | 101011101 | 1011101 | 101010 |
Color Harmonies of #CE072B
Complementary color
Monochromatic Colors of #CE072B
Black with #CE072B
Text Example
Text Example
White with #CE072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE072B; }
p { color: rgb(206,7,43); }
H1.HeaderClassName
{
color: #CE072B;
}
.AnyTagClassName
{
color: #CE072B;
}
</style>
background-color css
<style>
a { background-color: #CE072B; }
a { background-color: rgb(206,7,43); }
div.DivClassName
{
background-color: #CE072B;
}
.BgClassName
{
background-color: #CE072B;
}
</style>
border-color css
<style>
span { border-color: #CE072B; }
span { border-color: rgb(206,7,43); }
td.TdClassName
{
border-color: #CE072B;
}
.TagClassName
{
border-color: #CE072B;
}
</style>