Shades of Cinnabar #EE281F
Tints of Cinnabar #EE281F
RGB
CMYK
RGB Variations
Color information
#EE281F (or 0xEE281F) is known color: Cinnabar. HEX triplet: EE, 28 and 1F. RGB value is (238,40,31). Sum of RGB (Red+Green+Blue) = 238+40+31=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE281F is #11D7E0. Grayscale: #626262. Windows color (decimal): -1169377 or 2042094. OLE color: 2042094.
HSL color Cylindrical-coordinate representation of color #EE281F: hue angle of 2.61º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE281F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 31 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.07 |
| HSL | 2.61º | 0.86% | 0.53% | - |
| HSV(B) | 2.61º | 0.87% | 0.93% | - |
| XYZ | 36.27 | 19.79 | 3.21 | - |
| YUV | 98.18 | 90.1 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 31 | 0 | 0.83 | 0.87 | 0.07 | 2.61 | 0.86 | 0.53 |
| Hex | EE | 28 | 1F | 0 | 53 | 57 | 7 | 3 | 56 | 35 |
| Octal | 356 | 50 | 37 | 0 | 123 | 127 | 7 | 3 | 126 | 65 |
| Binary | 11101110 | 101000 | 11111 | 0 | 1010011 | 1010111 | 111 | 11 | 1010110 | 110101 |
Color Harmonies of #EE281F
Complementary color
Monochromatic Colors of #EE281F
Black with #EE281F
Text Example
Text Example
White with #EE281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE281F; }
p { color: rgb(238,40,31); }
H1.HeaderClassName
{
color: #EE281F;
}
.AnyTagClassName
{
color: #EE281F;
}
</style>
background-color css
<style>
a { background-color: #EE281F; }
a { background-color: rgb(238,40,31); }
div.DivClassName
{
background-color: #EE281F;
}
.BgClassName
{
background-color: #EE281F;
}
</style>
border-color css
<style>
span { border-color: #EE281F; }
span { border-color: rgb(238,40,31); }
td.TdClassName
{
border-color: #EE281F;
}
.TagClassName
{
border-color: #EE281F;
}
</style>