Shades of Fire Engine Red #CE122B
Tints of Fire Engine Red #CE122B
RGB
CMYK
RGB Variations
Color information
#CE122B (or 0xCE122B) is known color: Fire Engine Red. HEX triplet: CE, 12 and 2B. RGB value is (206,18,43). Sum of RGB (Red+Green+Blue) = 206+18+43=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE122B is #31EDD4. Grayscale: #4D4D4D. Windows color (decimal): -3272149 or 2822862. OLE color: 2822862.
HSL color Cylindrical-coordinate representation of color #CE122B: hue angle of 352.02º degrees, saturation: 0.84, 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 #CE122B is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 43 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.19 |
| HSL | 352.02º | 0.84% | 0.44% | - |
| HSV(B) | 352.02º | 0.91% | 0.81% | - |
| XYZ | 26.11 | 13.73 | 3.56 | - |
| YUV | 77.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 43 | 0 | 0.91 | 0.79 | 0.19 | 352.02 | 0.84 | 0.44 |
| Hex | CE | 12 | 2B | 0 | 5B | 4F | 13 | 160 | 54 | 2C |
| Octal | 316 | 22 | 53 | 0 | 133 | 117 | 23 | 540 | 124 | 54 |
| Binary | 11001110 | 10010 | 101011 | 0 | 1011011 | 1001111 | 10011 | 101100000 | 1010100 | 101100 |
Color Harmonies of #CE122B
Complementary color
Monochromatic Colors of #CE122B
Black with #CE122B
Text Example
Text Example
White with #CE122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE122B; }
p { color: rgb(206,18,43); }
H1.HeaderClassName
{
color: #CE122B;
}
.AnyTagClassName
{
color: #CE122B;
}
</style>
background-color css
<style>
a { background-color: #CE122B; }
a { background-color: rgb(206,18,43); }
div.DivClassName
{
background-color: #CE122B;
}
.BgClassName
{
background-color: #CE122B;
}
</style>
border-color css
<style>
span { border-color: #CE122B; }
span { border-color: rgb(206,18,43); }
td.TdClassName
{
border-color: #CE122B;
}
.TagClassName
{
border-color: #CE122B;
}
</style>