Shades of Scarlet #EE281B
Tints of Scarlet #EE281B
RGB
CMYK
RGB Variations
Color information
#EE281B (or 0xEE281B) is known color: Scarlet. HEX triplet: EE, 28 and 1B. RGB value is (238,40,27). Sum of RGB (Red+Green+Blue) = 238+40+27=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE281B is #11D7E4. Grayscale: #616161. Windows color (decimal): -1169381 or 1779950. OLE color: 1779950.
HSL color Cylindrical-coordinate representation of color #EE281B: hue angle of 3.7º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE281B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.07 |
| HSL | 3.7º | 0.86% | 0.52% | - |
| HSV(B) | 3.7º | 0.89% | 0.93% | - |
| XYZ | 36.22 | 19.77 | 2.94 | - |
| YUV | 97.72 | 88.1 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 27 | 0 | 0.83 | 0.89 | 0.07 | 3.7 | 0.86 | 0.52 |
| Hex | EE | 28 | 1B | 0 | 53 | 59 | 7 | 4 | 56 | 34 |
| Octal | 356 | 50 | 33 | 0 | 123 | 131 | 7 | 4 | 126 | 64 |
| Binary | 11101110 | 101000 | 11011 | 0 | 1010011 | 1011001 | 111 | 100 | 1010110 | 110100 |
Color Harmonies of #EE281B
Complementary color
Monochromatic Colors of #EE281B
Black with #EE281B
Text Example
Text Example
White with #EE281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE281B; }
p { color: rgb(238,40,27); }
H1.HeaderClassName
{
color: #EE281B;
}
.AnyTagClassName
{
color: #EE281B;
}
</style>
background-color css
<style>
a { background-color: #EE281B; }
a { background-color: rgb(238,40,27); }
div.DivClassName
{
background-color: #EE281B;
}
.BgClassName
{
background-color: #EE281B;
}
</style>
border-color css
<style>
span { border-color: #EE281B; }
span { border-color: rgb(238,40,27); }
td.TdClassName
{
border-color: #EE281B;
}
.TagClassName
{
border-color: #EE281B;
}
</style>