Shades of Scarlet #EE320F
Tints of Scarlet #EE320F
RGB
CMYK
RGB Variations
Color information
#EE320F (or 0xEE320F) is known color: Scarlet. HEX triplet: EE, 32 and 0F. RGB value is (238,50,15). Sum of RGB (Red+Green+Blue) = 238+50+15=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE320F is #11CDF0. Grayscale: #666666. Windows color (decimal): -1166833 or 996078. OLE color: 996078.
HSL color Cylindrical-coordinate representation of color #EE320F: hue angle of 9.42º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE320F is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 15 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.07 |
| HSL | 9.42º | 0.88% | 0.5% | - |
| HSV(B) | 9.42º | 0.94% | 0.93% | - |
| XYZ | 36.49 | 20.49 | 2.48 | - |
| YUV | 102.22 | 78.78 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 15 | 0 | 0.79 | 0.94 | 0.07 | 9.42 | 0.88 | 0.5 |
| Hex | EE | 32 | F | 0 | 4F | 5E | 7 | 9 | 58 | 32 |
| Octal | 356 | 62 | 17 | 0 | 117 | 136 | 7 | 11 | 130 | 62 |
| Binary | 11101110 | 110010 | 1111 | 0 | 1001111 | 1011110 | 111 | 1001 | 1011000 | 110010 |
Color Harmonies of #EE320F
Complementary color
Monochromatic Colors of #EE320F
Black with #EE320F
Text Example
Text Example
White with #EE320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE320F; }
p { color: rgb(238,50,15); }
H1.HeaderClassName
{
color: #EE320F;
}
.AnyTagClassName
{
color: #EE320F;
}
</style>
background-color css
<style>
a { background-color: #EE320F; }
a { background-color: rgb(238,50,15); }
div.DivClassName
{
background-color: #EE320F;
}
.BgClassName
{
background-color: #EE320F;
}
</style>
border-color css
<style>
span { border-color: #EE320F; }
span { border-color: rgb(238,50,15); }
td.TdClassName
{
border-color: #EE320F;
}
.TagClassName
{
border-color: #EE320F;
}
</style>