Shades of Fire Engine Red #CE0C1E
Tints of Fire Engine Red #CE0C1E
RGB
CMYK
RGB Variations
Color information
#CE0C1E (or 0xCE0C1E) is known color: Fire Engine Red. HEX triplet: CE, 0C and 1E. RGB value is (206,12,30). Sum of RGB (Red+Green+Blue) = 206+12+30=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C1E is #31F3E1. Grayscale: #484848. Windows color (decimal): -3273698 or 1969358. OLE color: 1969358.
HSL color Cylindrical-coordinate representation of color #CE0C1E: hue angle of 354.43º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C1E is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 30 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.19 |
| HSL | 354.43º | 0.89% | 0.43% | - |
| HSV(B) | 354.43º | 0.94% | 0.81% | - |
| XYZ | 25.82 | 13.48 | 2.47 | - |
| YUV | 72.06 | 104.27 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 30 | 0 | 0.94 | 0.85 | 0.19 | 354.43 | 0.89 | 0.43 |
| Hex | CE | C | 1E | 0 | 5E | 55 | 13 | 162 | 59 | 2B |
| Octal | 316 | 14 | 36 | 0 | 136 | 125 | 23 | 542 | 131 | 53 |
| Binary | 11001110 | 1100 | 11110 | 0 | 1011110 | 1010101 | 10011 | 101100010 | 1011001 | 101011 |
Color Harmonies of #CE0C1E
Complementary color
Monochromatic Colors of #CE0C1E
Black with #CE0C1E
Text Example
Text Example
White with #CE0C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C1E; }
p { color: rgb(206,12,30); }
H1.HeaderClassName
{
color: #CE0C1E;
}
.AnyTagClassName
{
color: #CE0C1E;
}
</style>
background-color css
<style>
a { background-color: #CE0C1E; }
a { background-color: rgb(206,12,30); }
div.DivClassName
{
background-color: #CE0C1E;
}
.BgClassName
{
background-color: #CE0C1E;
}
</style>
border-color css
<style>
span { border-color: #CE0C1E; }
span { border-color: rgb(206,12,30); }
td.TdClassName
{
border-color: #CE0C1E;
}
.TagClassName
{
border-color: #CE0C1E;
}
</style>