Shades of Scarlet #EE330F
Tints of Scarlet #EE330F
RGB
CMYK
RGB Variations
Color information
#EE330F (or 0xEE330F) is known color: Scarlet. HEX triplet: EE, 33 and 0F. RGB value is (238,51,15). Sum of RGB (Red+Green+Blue) = 238+51+15=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE330F is #11CCF0. Grayscale: #676767. Windows color (decimal): -1166577 or 996334. OLE color: 996334.
HSL color Cylindrical-coordinate representation of color #EE330F: hue angle of 9.69º 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 #EE330F is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 15 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.07 |
| HSL | 9.69º | 0.88% | 0.5% | - |
| HSV(B) | 9.69º | 0.94% | 0.93% | - |
| XYZ | 36.53 | 20.58 | 2.5 | - |
| YUV | 102.81 | 78.45 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 15 | 0 | 0.79 | 0.94 | 0.07 | 9.69 | 0.88 | 0.5 |
| Hex | EE | 33 | F | 0 | 4F | 5E | 7 | A | 58 | 32 |
| Octal | 356 | 63 | 17 | 0 | 117 | 136 | 7 | 12 | 130 | 62 |
| Binary | 11101110 | 110011 | 1111 | 0 | 1001111 | 1011110 | 111 | 1010 | 1011000 | 110010 |
Color Harmonies of #EE330F
Complementary color
Monochromatic Colors of #EE330F
Black with #EE330F
Text Example
Text Example
White with #EE330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE330F; }
p { color: rgb(238,51,15); }
H1.HeaderClassName
{
color: #EE330F;
}
.AnyTagClassName
{
color: #EE330F;
}
</style>
background-color css
<style>
a { background-color: #EE330F; }
a { background-color: rgb(238,51,15); }
div.DivClassName
{
background-color: #EE330F;
}
.BgClassName
{
background-color: #EE330F;
}
</style>
border-color css
<style>
span { border-color: #EE330F; }
span { border-color: rgb(238,51,15); }
td.TdClassName
{
border-color: #EE330F;
}
.TagClassName
{
border-color: #EE330F;
}
</style>