Shades of Scarlet #EE291D
Tints of Scarlet #EE291D
RGB
CMYK
RGB Variations
Color information
#EE291D (or 0xEE291D) is known color: Scarlet. HEX triplet: EE, 29 and 1D. RGB value is (238,41,29). Sum of RGB (Red+Green+Blue) = 238+41+29=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE291D is #11D6E2. Grayscale: #626262. Windows color (decimal): -1169123 or 1911278. OLE color: 1911278.
HSL color Cylindrical-coordinate representation of color #EE291D: hue angle of 3.44º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE291D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.07 |
| HSL | 3.44º | 0.86% | 0.52% | - |
| HSV(B) | 3.44º | 0.88% | 0.93% | - |
| XYZ | 36.27 | 19.85 | 3.08 | - |
| YUV | 98.54 | 88.77 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 29 | 0 | 0.83 | 0.88 | 0.07 | 3.44 | 0.86 | 0.52 |
| Hex | EE | 29 | 1D | 0 | 53 | 58 | 7 | 3 | 56 | 34 |
| Octal | 356 | 51 | 35 | 0 | 123 | 130 | 7 | 3 | 126 | 64 |
| Binary | 11101110 | 101001 | 11101 | 0 | 1010011 | 1011000 | 111 | 11 | 1010110 | 110100 |
Color Harmonies of #EE291D
Complementary color
Monochromatic Colors of #EE291D
Black with #EE291D
Text Example
Text Example
White with #EE291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE291D; }
p { color: rgb(238,41,29); }
H1.HeaderClassName
{
color: #EE291D;
}
.AnyTagClassName
{
color: #EE291D;
}
</style>
background-color css
<style>
a { background-color: #EE291D; }
a { background-color: rgb(238,41,29); }
div.DivClassName
{
background-color: #EE291D;
}
.BgClassName
{
background-color: #EE291D;
}
</style>
border-color css
<style>
span { border-color: #EE291D; }
span { border-color: rgb(238,41,29); }
td.TdClassName
{
border-color: #EE291D;
}
.TagClassName
{
border-color: #EE291D;
}
</style>