Shades of Fire Engine Red #CE1323
Tints of Fire Engine Red #CE1323
RGB
CMYK
RGB Variations
Color information
#CE1323 (or 0xCE1323) is known color: Fire Engine Red. HEX triplet: CE, 13 and 23. RGB value is (206,19,35). Sum of RGB (Red+Green+Blue) = 206+19+35=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1323 is #31ECDC. Grayscale: #4C4C4C. Windows color (decimal): -3271901 or 2298830. OLE color: 2298830.
HSL color Cylindrical-coordinate representation of color #CE1323: hue angle of 354.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1323 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 35 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.19 |
| HSL | 354.87º | 0.83% | 0.44% | - |
| HSV(B) | 354.87º | 0.91% | 0.81% | - |
| XYZ | 25.99 | 13.71 | 2.87 | - |
| YUV | 76.74 | 104.45 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 35 | 0 | 0.91 | 0.83 | 0.19 | 354.87 | 0.83 | 0.44 |
| Hex | CE | 13 | 23 | 0 | 5B | 53 | 13 | 163 | 53 | 2C |
| Octal | 316 | 23 | 43 | 0 | 133 | 123 | 23 | 543 | 123 | 54 |
| Binary | 11001110 | 10011 | 100011 | 0 | 1011011 | 1010011 | 10011 | 101100011 | 1010011 | 101100 |
Color Harmonies of #CE1323
Complementary color
Monochromatic Colors of #CE1323
Black with #CE1323
Text Example
Text Example
White with #CE1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1323; }
p { color: rgb(206,19,35); }
H1.HeaderClassName
{
color: #CE1323;
}
.AnyTagClassName
{
color: #CE1323;
}
</style>
background-color css
<style>
a { background-color: #CE1323; }
a { background-color: rgb(206,19,35); }
div.DivClassName
{
background-color: #CE1323;
}
.BgClassName
{
background-color: #CE1323;
}
</style>
border-color css
<style>
span { border-color: #CE1323; }
span { border-color: rgb(206,19,35); }
td.TdClassName
{
border-color: #CE1323;
}
.TagClassName
{
border-color: #CE1323;
}
</style>