Shades of Fire Engine Red #CE152A
Tints of Fire Engine Red #CE152A
RGB
CMYK
RGB Variations
Color information
#CE152A (or 0xCE152A) is known color: Fire Engine Red. HEX triplet: CE, 15 and 2A. RGB value is (206,21,42). Sum of RGB (Red+Green+Blue) = 206+21+42=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE152A is #31EAD5. Grayscale: #4E4E4E. Windows color (decimal): -3271382 or 2758094. OLE color: 2758094.
HSL color Cylindrical-coordinate representation of color #CE152A: hue angle of 353.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE152A is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 42 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.19 |
| HSL | 353.19º | 0.81% | 0.45% | - |
| HSV(B) | 353.19º | 0.9% | 0.81% | - |
| XYZ | 26.14 | 13.83 | 3.48 | - |
| YUV | 78.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 42 | 0 | 0.90 | 0.80 | 0.19 | 353.19 | 0.81 | 0.45 |
| Hex | CE | 15 | 2A | 0 | 5A | 50 | 13 | 161 | 51 | 2D |
| Octal | 316 | 25 | 52 | 0 | 132 | 120 | 23 | 541 | 121 | 55 |
| Binary | 11001110 | 10101 | 101010 | 0 | 1011010 | 1010000 | 10011 | 101100001 | 1010001 | 101101 |
Color Harmonies of #CE152A
Complementary color
Monochromatic Colors of #CE152A
Black with #CE152A
Text Example
Text Example
White with #CE152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE152A; }
p { color: rgb(206,21,42); }
H1.HeaderClassName
{
color: #CE152A;
}
.AnyTagClassName
{
color: #CE152A;
}
</style>
background-color css
<style>
a { background-color: #CE152A; }
a { background-color: rgb(206,21,42); }
div.DivClassName
{
background-color: #CE152A;
}
.BgClassName
{
background-color: #CE152A;
}
</style>
border-color css
<style>
span { border-color: #CE152A; }
span { border-color: rgb(206,21,42); }
td.TdClassName
{
border-color: #CE152A;
}
.TagClassName
{
border-color: #CE152A;
}
</style>