Shades of Scarlet #EE3300
Tints of Scarlet #EE3300
RGB
CMYK
RGB Variations
Color information
#EE3300 (or 0xEE3300) is known color: Scarlet. HEX triplet: EE, 33 and 00. RGB value is (238,51,0). Sum of RGB (Red+Green+Blue) = 238+51+0=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3300 is #11CCFF. Grayscale: #656565. Windows color (decimal): -1166592 or 13294. OLE color: 13294.
HSL color Cylindrical-coordinate representation of color #EE3300: hue angle of 12.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE3300 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.07 |
| HSL | 12.86º | 1% | 0.47% | - |
| HSV(B) | 12.86º | 1% | 0.93% | - |
| XYZ | 36.44 | 20.54 | 2.04 | - |
| YUV | 101.1 | 70.95 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 0 | 0 | 0.79 | 1 | 0.07 | 12.86 | 1 | 0.47 |
| Hex | EE | 33 | 0 | 0 | 4F | 64 | 7 | D | 64 | 2F |
| Octal | 356 | 63 | 0 | 0 | 117 | 144 | 7 | 15 | 144 | 57 |
| Binary | 11101110 | 110011 | 0 | 0 | 1001111 | 1100100 | 111 | 1101 | 1100100 | 101111 |
Color Harmonies of #EE3300
Complementary color
Monochromatic Colors of #EE3300
Black with #EE3300
Text Example
Text Example
White with #EE3300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3300; }
p { color: rgb(238,51,0); }
H1.HeaderClassName
{
color: #EE3300;
}
.AnyTagClassName
{
color: #EE3300;
}
</style>
background-color css
<style>
a { background-color: #EE3300; }
a { background-color: rgb(238,51,0); }
div.DivClassName
{
background-color: #EE3300;
}
.BgClassName
{
background-color: #EE3300;
}
</style>
border-color css
<style>
span { border-color: #EE3300; }
span { border-color: rgb(238,51,0); }
td.TdClassName
{
border-color: #EE3300;
}
.TagClassName
{
border-color: #EE3300;
}
</style>