Shades of Scarlet #EE261D
Tints of Scarlet #EE261D
RGB
CMYK
RGB Variations
Color information
#EE261D (or 0xEE261D) is known color: Scarlet. HEX triplet: EE, 26 and 1D. RGB value is (238,38,29). Sum of RGB (Red+Green+Blue) = 238+38+29=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE261D is #11D9E2. Grayscale: #616161. Windows color (decimal): -1169891 or 1910510. OLE color: 1910510.
HSL color Cylindrical-coordinate representation of color #EE261D: hue angle of 2.58º 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 #EE261D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.07 |
| HSL | 2.58º | 0.86% | 0.52% | - |
| HSV(B) | 2.58º | 0.88% | 0.93% | - |
| XYZ | 36.17 | 19.65 | 3.05 | - |
| YUV | 96.77 | 89.76 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 29 | 0 | 0.84 | 0.88 | 0.07 | 2.58 | 0.86 | 0.52 |
| Hex | EE | 26 | 1D | 0 | 54 | 58 | 7 | 3 | 56 | 34 |
| Octal | 356 | 46 | 35 | 0 | 124 | 130 | 7 | 3 | 126 | 64 |
| Binary | 11101110 | 100110 | 11101 | 0 | 1010100 | 1011000 | 111 | 11 | 1010110 | 110100 |
Color Harmonies of #EE261D
Complementary color
Monochromatic Colors of #EE261D
Black with #EE261D
Text Example
Text Example
White with #EE261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE261D; }
p { color: rgb(238,38,29); }
H1.HeaderClassName
{
color: #EE261D;
}
.AnyTagClassName
{
color: #EE261D;
}
</style>
background-color css
<style>
a { background-color: #EE261D; }
a { background-color: rgb(238,38,29); }
div.DivClassName
{
background-color: #EE261D;
}
.BgClassName
{
background-color: #EE261D;
}
</style>
border-color css
<style>
span { border-color: #EE261D; }
span { border-color: rgb(238,38,29); }
td.TdClassName
{
border-color: #EE261D;
}
.TagClassName
{
border-color: #EE261D;
}
</style>