Shades of Scarlet #EE261F
Tints of Scarlet #EE261F
RGB
CMYK
RGB Variations
Color information
#EE261F (or 0xEE261F) is known color: Scarlet. HEX triplet: EE, 26 and 1F. RGB value is (238,38,31). Sum of RGB (Red+Green+Blue) = 238+38+31=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE261F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE261F is #11D9E0. Grayscale: #616161. Windows color (decimal): -1169889 or 2041582. OLE color: 2041582.
HSL color Cylindrical-coordinate representation of color #EE261F: hue angle of 2.03º 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 #EE261F is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 31 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.07 |
| HSL | 2.03º | 0.86% | 0.53% | - |
| HSV(B) | 2.03º | 0.87% | 0.93% | - |
| XYZ | 36.2 | 19.66 | 3.18 | - |
| YUV | 97 | 90.76 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 31 | 0 | 0.84 | 0.87 | 0.07 | 2.03 | 0.86 | 0.53 |
| Hex | EE | 26 | 1F | 0 | 54 | 57 | 7 | 2 | 56 | 35 |
| Octal | 356 | 46 | 37 | 0 | 124 | 127 | 7 | 2 | 126 | 65 |
| Binary | 11101110 | 100110 | 11111 | 0 | 1010100 | 1010111 | 111 | 10 | 1010110 | 110101 |
Color Harmonies of #EE261F
Complementary color
Monochromatic Colors of #EE261F
Black with #EE261F
Text Example
Text Example
White with #EE261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE261F; }
p { color: rgb(238,38,31); }
H1.HeaderClassName
{
color: #EE261F;
}
.AnyTagClassName
{
color: #EE261F;
}
</style>
background-color css
<style>
a { background-color: #EE261F; }
a { background-color: rgb(238,38,31); }
div.DivClassName
{
background-color: #EE261F;
}
.BgClassName
{
background-color: #EE261F;
}
</style>
border-color css
<style>
span { border-color: #EE261F; }
span { border-color: rgb(238,38,31); }
td.TdClassName
{
border-color: #EE261F;
}
.TagClassName
{
border-color: #EE261F;
}
</style>