Shades of Scarlet #EE251B
Tints of Scarlet #EE251B
RGB
CMYK
RGB Variations
Color information
#EE251B (or 0xEE251B) is known color: Scarlet. HEX triplet: EE, 25 and 1B. RGB value is (238,37,27). Sum of RGB (Red+Green+Blue) = 238+37+27=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE251B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE251B is #11DAE4. Grayscale: #606060. Windows color (decimal): -1170149 or 1779182. OLE color: 1779182.
HSL color Cylindrical-coordinate representation of color #EE251B: hue angle of 2.84º 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 #EE251B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.07 |
| HSL | 2.84º | 0.86% | 0.52% | - |
| HSV(B) | 2.84º | 0.89% | 0.93% | - |
| XYZ | 36.12 | 19.58 | 2.91 | - |
| YUV | 95.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 27 | 0 | 0.84 | 0.89 | 0.07 | 2.84 | 0.86 | 0.52 |
| Hex | EE | 25 | 1B | 0 | 54 | 59 | 7 | 3 | 56 | 34 |
| Octal | 356 | 45 | 33 | 0 | 124 | 131 | 7 | 3 | 126 | 64 |
| Binary | 11101110 | 100101 | 11011 | 0 | 1010100 | 1011001 | 111 | 11 | 1010110 | 110100 |
Color Harmonies of #EE251B
Complementary color
Monochromatic Colors of #EE251B
Black with #EE251B
Text Example
Text Example
White with #EE251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE251B; }
p { color: rgb(238,37,27); }
H1.HeaderClassName
{
color: #EE251B;
}
.AnyTagClassName
{
color: #EE251B;
}
</style>
background-color css
<style>
a { background-color: #EE251B; }
a { background-color: rgb(238,37,27); }
div.DivClassName
{
background-color: #EE251B;
}
.BgClassName
{
background-color: #EE251B;
}
</style>
border-color css
<style>
span { border-color: #EE251B; }
span { border-color: rgb(238,37,27); }
td.TdClassName
{
border-color: #EE251B;
}
.TagClassName
{
border-color: #EE251B;
}
</style>