Shades of Fire Engine Red #CE0F2D
Tints of Fire Engine Red #CE0F2D
RGB
CMYK
RGB Variations
Color information
#CE0F2D (or 0xCE0F2D) is known color: Fire Engine Red. HEX triplet: CE, 0F and 2D. RGB value is (206,15,45). Sum of RGB (Red+Green+Blue) = 206+15+45=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F2D is #31F0D2. Grayscale: #4B4B4B. Windows color (decimal): -3272915 or 2953166. OLE color: 2953166.
HSL color Cylindrical-coordinate representation of color #CE0F2D: hue angle of 350.58º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F2D is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 45 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.19 |
| HSL | 350.58º | 0.86% | 0.43% | - |
| HSV(B) | 350.58º | 0.93% | 0.81% | - |
| XYZ | 26.1 | 13.65 | 3.74 | - |
| YUV | 75.53 | 110.78 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 45 | 0 | 0.93 | 0.78 | 0.19 | 350.58 | 0.86 | 0.43 |
| Hex | CE | F | 2D | 0 | 5D | 4E | 13 | 15F | 56 | 2B |
| Octal | 316 | 17 | 55 | 0 | 135 | 116 | 23 | 537 | 126 | 53 |
| Binary | 11001110 | 1111 | 101101 | 0 | 1011101 | 1001110 | 10011 | 101011111 | 1010110 | 101011 |
Color Harmonies of #CE0F2D
Complementary color
Monochromatic Colors of #CE0F2D
Black with #CE0F2D
Text Example
Text Example
White with #CE0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F2D; }
p { color: rgb(206,15,45); }
H1.HeaderClassName
{
color: #CE0F2D;
}
.AnyTagClassName
{
color: #CE0F2D;
}
</style>
background-color css
<style>
a { background-color: #CE0F2D; }
a { background-color: rgb(206,15,45); }
div.DivClassName
{
background-color: #CE0F2D;
}
.BgClassName
{
background-color: #CE0F2D;
}
</style>
border-color css
<style>
span { border-color: #CE0F2D; }
span { border-color: rgb(206,15,45); }
td.TdClassName
{
border-color: #CE0F2D;
}
.TagClassName
{
border-color: #CE0F2D;
}
</style>