Shades of Fire Engine Red #CE232C
Tints of Fire Engine Red #CE232C
RGB
CMYK
RGB Variations
Color information
#CE232C (or 0xCE232C) is known color: Fire Engine Red. HEX triplet: CE, 23 and 2C. RGB value is (206,35,44). Sum of RGB (Red+Green+Blue) = 206+35+44=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE232C is #31DCD3. Grayscale: #575757. Windows color (decimal): -3267796 or 2892750. OLE color: 2892750.
HSL color Cylindrical-coordinate representation of color #CE232C: hue angle of 356.84º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE232C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 44 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.19 |
| HSL | 356.84º | 0.71% | 0.47% | - |
| HSV(B) | 356.84º | 0.83% | 0.81% | - |
| XYZ | 26.51 | 14.51 | 3.79 | - |
| YUV | 87.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 44 | 0 | 0.83 | 0.79 | 0.19 | 356.84 | 0.71 | 0.47 |
| Hex | CE | 23 | 2C | 0 | 53 | 4F | 13 | 165 | 47 | 2F |
| Octal | 316 | 43 | 54 | 0 | 123 | 117 | 23 | 545 | 107 | 57 |
| Binary | 11001110 | 100011 | 101100 | 0 | 1010011 | 1001111 | 10011 | 101100101 | 1000111 | 101111 |
Color Harmonies of #CE232C
Complementary color
Monochromatic Colors of #CE232C
Black with #CE232C
Text Example
Text Example
White with #CE232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE232C; }
p { color: rgb(206,35,44); }
H1.HeaderClassName
{
color: #CE232C;
}
.AnyTagClassName
{
color: #CE232C;
}
</style>
background-color css
<style>
a { background-color: #CE232C; }
a { background-color: rgb(206,35,44); }
div.DivClassName
{
background-color: #CE232C;
}
.BgClassName
{
background-color: #CE232C;
}
</style>
border-color css
<style>
span { border-color: #CE232C; }
span { border-color: rgb(206,35,44); }
td.TdClassName
{
border-color: #CE232C;
}
.TagClassName
{
border-color: #CE232C;
}
</style>