Shades of Fire Engine Red #CE132D
Tints of Fire Engine Red #CE132D
RGB
CMYK
RGB Variations
Color information
#CE132D (or 0xCE132D) is known color: Fire Engine Red. HEX triplet: CE, 13 and 2D. RGB value is (206,19,45). Sum of RGB (Red+Green+Blue) = 206+19+45=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE132D is #31ECD2. Grayscale: #4D4D4D. Windows color (decimal): -3271891 or 2954190. OLE color: 2954190.
HSL color Cylindrical-coordinate representation of color #CE132D: hue angle of 351.66º 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 #CE132D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.19 |
| HSL | 351.66º | 0.83% | 0.44% | - |
| HSV(B) | 351.66º | 0.91% | 0.81% | - |
| XYZ | 26.16 | 13.78 | 3.76 | - |
| YUV | 77.88 | 109.45 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 45 | 0 | 0.91 | 0.78 | 0.19 | 351.66 | 0.83 | 0.44 |
| Hex | CE | 13 | 2D | 0 | 5B | 4E | 13 | 160 | 53 | 2C |
| Octal | 316 | 23 | 55 | 0 | 133 | 116 | 23 | 540 | 123 | 54 |
| Binary | 11001110 | 10011 | 101101 | 0 | 1011011 | 1001110 | 10011 | 101100000 | 1010011 | 101100 |
Color Harmonies of #CE132D
Complementary color
Monochromatic Colors of #CE132D
Black with #CE132D
Text Example
Text Example
White with #CE132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE132D; }
p { color: rgb(206,19,45); }
H1.HeaderClassName
{
color: #CE132D;
}
.AnyTagClassName
{
color: #CE132D;
}
</style>
background-color css
<style>
a { background-color: #CE132D; }
a { background-color: rgb(206,19,45); }
div.DivClassName
{
background-color: #CE132D;
}
.BgClassName
{
background-color: #CE132D;
}
</style>
border-color css
<style>
span { border-color: #CE132D; }
span { border-color: rgb(206,19,45); }
td.TdClassName
{
border-color: #CE132D;
}
.TagClassName
{
border-color: #CE132D;
}
</style>