Shades of Scarlet #EE320D
Tints of Scarlet #EE320D
RGB
CMYK
RGB Variations
Color information
#EE320D (or 0xEE320D) is known color: Scarlet. HEX triplet: EE, 32 and 0D. RGB value is (238,50,13). Sum of RGB (Red+Green+Blue) = 238+50+13=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE320D is #11CDF2. Grayscale: #666666. Windows color (decimal): -1166835 or 865006. OLE color: 865006.
HSL color Cylindrical-coordinate representation of color #EE320D: hue angle of 9.87º degrees, saturation: 0.9, 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 #EE320D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.07 |
| HSL | 9.87º | 0.9% | 0.49% | - |
| HSV(B) | 9.87º | 0.95% | 0.93% | - |
| XYZ | 36.47 | 20.49 | 2.41 | - |
| YUV | 101.99 | 77.78 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 13 | 0 | 0.79 | 0.95 | 0.07 | 9.87 | 0.9 | 0.49 |
| Hex | EE | 32 | D | 0 | 4F | 5F | 7 | A | 5A | 31 |
| Octal | 356 | 62 | 15 | 0 | 117 | 137 | 7 | 12 | 132 | 61 |
| Binary | 11101110 | 110010 | 1101 | 0 | 1001111 | 1011111 | 111 | 1010 | 1011010 | 110001 |
Color Harmonies of #EE320D
Complementary color
Monochromatic Colors of #EE320D
Black with #EE320D
Text Example
Text Example
White with #EE320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE320D; }
p { color: rgb(238,50,13); }
H1.HeaderClassName
{
color: #EE320D;
}
.AnyTagClassName
{
color: #EE320D;
}
</style>
background-color css
<style>
a { background-color: #EE320D; }
a { background-color: rgb(238,50,13); }
div.DivClassName
{
background-color: #EE320D;
}
.BgClassName
{
background-color: #EE320D;
}
</style>
border-color css
<style>
span { border-color: #EE320D; }
span { border-color: rgb(238,50,13); }
td.TdClassName
{
border-color: #EE320D;
}
.TagClassName
{
border-color: #EE320D;
}
</style>