Shades of Scarlet #EE1D1C
Tints of Scarlet #EE1D1C
RGB
CMYK
RGB Variations
Color information
#EE1D1C (or 0xEE1D1C) is known color: Scarlet. HEX triplet: EE, 1D and 1C. RGB value is (238,29,28). Sum of RGB (Red+Green+Blue) = 238+29+28=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1D1C is #11E2E3. Grayscale: #5B5B5B. Windows color (decimal): -1172196 or 1842670. OLE color: 1842670.
HSL color Cylindrical-coordinate representation of color #EE1D1C: hue angle of 0.29º 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 #EE1D1C is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 28 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.07 |
| HSL | 0.29º | 0.86% | 0.52% | - |
| HSV(B) | 0.29º | 0.88% | 0.93% | - |
| XYZ | 35.91 | 19.14 | 2.9 | - |
| YUV | 91.38 | 92.24 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 28 | 0 | 0.88 | 0.88 | 0.07 | 0.29 | 0.86 | 0.52 |
| Hex | EE | 1D | 1C | 0 | 58 | 58 | 7 | 0 | 56 | 34 |
| Octal | 356 | 35 | 34 | 0 | 130 | 130 | 7 | 0 | 126 | 64 |
| Binary | 11101110 | 11101 | 11100 | 0 | 1011000 | 1011000 | 111 | 0 | 1010110 | 110100 |
Color Harmonies of #EE1D1C
Complementary color
Monochromatic Colors of #EE1D1C
Black with #EE1D1C
Text Example
Text Example
White with #EE1D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D1C; }
p { color: rgb(238,29,28); }
H1.HeaderClassName
{
color: #EE1D1C;
}
.AnyTagClassName
{
color: #EE1D1C;
}
</style>
background-color css
<style>
a { background-color: #EE1D1C; }
a { background-color: rgb(238,29,28); }
div.DivClassName
{
background-color: #EE1D1C;
}
.BgClassName
{
background-color: #EE1D1C;
}
</style>
border-color css
<style>
span { border-color: #EE1D1C; }
span { border-color: rgb(238,29,28); }
td.TdClassName
{
border-color: #EE1D1C;
}
.TagClassName
{
border-color: #EE1D1C;
}
</style>