Shades of Fire Engine Red #CE222B
Tints of Fire Engine Red #CE222B
RGB
CMYK
RGB Variations
Color information
#CE222B (or 0xCE222B) is known color: Fire Engine Red. HEX triplet: CE, 22 and 2B. RGB value is (206,34,43). Sum of RGB (Red+Green+Blue) = 206+34+43=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE222B is #31DDD4. Grayscale: #565656. Windows color (decimal): -3268053 or 2826958. OLE color: 2826958.
HSL color Cylindrical-coordinate representation of color #CE222B: hue angle of 356.86º degrees, saturation: 0.72, 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 #CE222B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 43 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.19 |
| HSL | 356.86º | 0.72% | 0.47% | - |
| HSV(B) | 356.86º | 0.83% | 0.81% | - |
| XYZ | 26.46 | 14.44 | 3.68 | - |
| YUV | 86.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 43 | 0 | 0.83 | 0.79 | 0.19 | 356.86 | 0.72 | 0.47 |
| Hex | CE | 22 | 2B | 0 | 53 | 4F | 13 | 165 | 48 | 2F |
| Octal | 316 | 42 | 53 | 0 | 123 | 117 | 23 | 545 | 110 | 57 |
| Binary | 11001110 | 100010 | 101011 | 0 | 1010011 | 1001111 | 10011 | 101100101 | 1001000 | 101111 |
Color Harmonies of #CE222B
Complementary color
Monochromatic Colors of #CE222B
Black with #CE222B
Text Example
Text Example
White with #CE222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE222B; }
p { color: rgb(206,34,43); }
H1.HeaderClassName
{
color: #CE222B;
}
.AnyTagClassName
{
color: #CE222B;
}
</style>
background-color css
<style>
a { background-color: #CE222B; }
a { background-color: rgb(206,34,43); }
div.DivClassName
{
background-color: #CE222B;
}
.BgClassName
{
background-color: #CE222B;
}
</style>
border-color css
<style>
span { border-color: #CE222B; }
span { border-color: rgb(206,34,43); }
td.TdClassName
{
border-color: #CE222B;
}
.TagClassName
{
border-color: #CE222B;
}
</style>