Shades of Scarlet #EE320B
Tints of Scarlet #EE320B
RGB
CMYK
RGB Variations
Color information
#EE320B (or 0xEE320B) is known color: Scarlet. HEX triplet: EE, 32 and 0B. RGB value is (238,50,11). Sum of RGB (Red+Green+Blue) = 238+50+11=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE320B is #11CDF4. Grayscale: #666666. Windows color (decimal): -1166837 or 733934. OLE color: 733934.
HSL color Cylindrical-coordinate representation of color #EE320B: hue angle of 10.31º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE320B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 11 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.07 |
| HSL | 10.31º | 0.91% | 0.49% | - |
| HSV(B) | 10.31º | 0.95% | 0.93% | - |
| XYZ | 36.46 | 20.48 | 2.35 | - |
| YUV | 101.77 | 76.78 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 11 | 0 | 0.79 | 0.95 | 0.07 | 10.31 | 0.91 | 0.49 |
| Hex | EE | 32 | B | 0 | 4F | 5F | 7 | A | 5B | 31 |
| Octal | 356 | 62 | 13 | 0 | 117 | 137 | 7 | 12 | 133 | 61 |
| Binary | 11101110 | 110010 | 1011 | 0 | 1001111 | 1011111 | 111 | 1010 | 1011011 | 110001 |
Color Harmonies of #EE320B
Complementary color
Monochromatic Colors of #EE320B
Black with #EE320B
Text Example
Text Example
White with #EE320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE320B; }
p { color: rgb(238,50,11); }
H1.HeaderClassName
{
color: #EE320B;
}
.AnyTagClassName
{
color: #EE320B;
}
</style>
background-color css
<style>
a { background-color: #EE320B; }
a { background-color: rgb(238,50,11); }
div.DivClassName
{
background-color: #EE320B;
}
.BgClassName
{
background-color: #EE320B;
}
</style>
border-color css
<style>
span { border-color: #EE320B; }
span { border-color: rgb(238,50,11); }
td.TdClassName
{
border-color: #EE320B;
}
.TagClassName
{
border-color: #EE320B;
}
</style>