Shades of Fire Engine Red #CE0F1B
Tints of Fire Engine Red #CE0F1B
RGB
CMYK
RGB Variations
Color information
#CE0F1B (or 0xCE0F1B) is known color: Fire Engine Red. HEX triplet: CE, 0F and 1B. RGB value is (206,15,27). Sum of RGB (Red+Green+Blue) = 206+15+27=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F1B is #31F0E4. Grayscale: #494949. Windows color (decimal): -3272933 or 1773518. OLE color: 1773518.
HSL color Cylindrical-coordinate representation of color #CE0F1B: hue angle of 356.23º 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 #CE0F1B is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 27 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.19 |
| HSL | 356.23º | 0.86% | 0.43% | - |
| HSV(B) | 356.23º | 0.93% | 0.81% | - |
| XYZ | 25.82 | 13.54 | 2.29 | - |
| YUV | 73.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 27 | 0 | 0.93 | 0.87 | 0.19 | 356.23 | 0.86 | 0.43 |
| Hex | CE | F | 1B | 0 | 5D | 57 | 13 | 164 | 56 | 2B |
| Octal | 316 | 17 | 33 | 0 | 135 | 127 | 23 | 544 | 126 | 53 |
| Binary | 11001110 | 1111 | 11011 | 0 | 1011101 | 1010111 | 10011 | 101100100 | 1010110 | 101011 |
Color Harmonies of #CE0F1B
Complementary color
Monochromatic Colors of #CE0F1B
Black with #CE0F1B
Text Example
Text Example
White with #CE0F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F1B; }
p { color: rgb(206,15,27); }
H1.HeaderClassName
{
color: #CE0F1B;
}
.AnyTagClassName
{
color: #CE0F1B;
}
</style>
background-color css
<style>
a { background-color: #CE0F1B; }
a { background-color: rgb(206,15,27); }
div.DivClassName
{
background-color: #CE0F1B;
}
.BgClassName
{
background-color: #CE0F1B;
}
</style>
border-color css
<style>
span { border-color: #CE0F1B; }
span { border-color: rgb(206,15,27); }
td.TdClassName
{
border-color: #CE0F1B;
}
.TagClassName
{
border-color: #CE0F1B;
}
</style>