Shades of Scarlet #EE261B
Tints of Scarlet #EE261B
RGB
CMYK
RGB Variations
Color information
#EE261B (or 0xEE261B) is known color: Scarlet. HEX triplet: EE, 26 and 1B. RGB value is (238,38,27). Sum of RGB (Red+Green+Blue) = 238+38+27=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE261B is #11D9E4. Grayscale: #606060. Windows color (decimal): -1169893 or 1779438. OLE color: 1779438.
HSL color Cylindrical-coordinate representation of color #EE261B: hue angle of 3.13º 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 #EE261B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.07 |
| HSL | 3.13º | 0.86% | 0.52% | - |
| HSV(B) | 3.13º | 0.89% | 0.93% | - |
| XYZ | 36.15 | 19.64 | 2.92 | - |
| YUV | 96.55 | 88.76 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 27 | 0 | 0.84 | 0.89 | 0.07 | 3.13 | 0.86 | 0.52 |
| Hex | EE | 26 | 1B | 0 | 54 | 59 | 7 | 3 | 56 | 34 |
| Octal | 356 | 46 | 33 | 0 | 124 | 131 | 7 | 3 | 126 | 64 |
| Binary | 11101110 | 100110 | 11011 | 0 | 1010100 | 1011001 | 111 | 11 | 1010110 | 110100 |
Color Harmonies of #EE261B
Complementary color
Monochromatic Colors of #EE261B
Black with #EE261B
Text Example
Text Example
White with #EE261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE261B; }
p { color: rgb(238,38,27); }
H1.HeaderClassName
{
color: #EE261B;
}
.AnyTagClassName
{
color: #EE261B;
}
</style>
background-color css
<style>
a { background-color: #EE261B; }
a { background-color: rgb(238,38,27); }
div.DivClassName
{
background-color: #EE261B;
}
.BgClassName
{
background-color: #EE261B;
}
</style>
border-color css
<style>
span { border-color: #EE261B; }
span { border-color: rgb(238,38,27); }
td.TdClassName
{
border-color: #EE261B;
}
.TagClassName
{
border-color: #EE261B;
}
</style>