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