Shades of Fire Engine Red #CE1F23
Tints of Fire Engine Red #CE1F23
RGB
CMYK
RGB Variations
Color information
#CE1F23 (or 0xCE1F23) is known color: Fire Engine Red. HEX triplet: CE, 1F and 23. RGB value is (206,31,35). Sum of RGB (Red+Green+Blue) = 206+31+35=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F23 is #31E0DC. Grayscale: #535353. Windows color (decimal): -3268829 or 2301902. OLE color: 2301902.
HSL color Cylindrical-coordinate representation of color #CE1F23: hue angle of 358.63º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1F23 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 35 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.19 |
| HSL | 358.63º | 0.74% | 0.46% | - |
| HSV(B) | 358.63º | 0.85% | 0.81% | - |
| XYZ | 26.25 | 14.22 | 2.95 | - |
| YUV | 83.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 35 | 0 | 0.85 | 0.83 | 0.19 | 358.63 | 0.74 | 0.46 |
| Hex | CE | 1F | 23 | 0 | 55 | 53 | 13 | 167 | 4A | 2E |
| Octal | 316 | 37 | 43 | 0 | 125 | 123 | 23 | 547 | 112 | 56 |
| Binary | 11001110 | 11111 | 100011 | 0 | 1010101 | 1010011 | 10011 | 101100111 | 1001010 | 101110 |
Color Harmonies of #CE1F23
Complementary color
Monochromatic Colors of #CE1F23
Black with #CE1F23
Text Example
Text Example
White with #CE1F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F23; }
p { color: rgb(206,31,35); }
H1.HeaderClassName
{
color: #CE1F23;
}
.AnyTagClassName
{
color: #CE1F23;
}
</style>
background-color css
<style>
a { background-color: #CE1F23; }
a { background-color: rgb(206,31,35); }
div.DivClassName
{
background-color: #CE1F23;
}
.BgClassName
{
background-color: #CE1F23;
}
</style>
border-color css
<style>
span { border-color: #CE1F23; }
span { border-color: rgb(206,31,35); }
td.TdClassName
{
border-color: #CE1F23;
}
.TagClassName
{
border-color: #CE1F23;
}
</style>