Shades of Scarlet #EE3302
Tints of Scarlet #EE3302
RGB
CMYK
RGB Variations
Color information
#EE3302 (or 0xEE3302) is known color: Scarlet. HEX triplet: EE, 33 and 02. RGB value is (238,51,2). Sum of RGB (Red+Green+Blue) = 238+51+2=291 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.79% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3302 is #11CCFD. Grayscale: #656565. Windows color (decimal): -1166590 or 144366. OLE color: 144366.
HSL color Cylindrical-coordinate representation of color #EE3302: hue angle of 12.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE3302 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.07 |
| HSL | 12.46º | 0.98% | 0.47% | - |
| HSV(B) | 12.46º | 0.99% | 0.93% | - |
| XYZ | 36.45 | 20.55 | 2.1 | - |
| YUV | 101.33 | 71.95 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 2 | 0 | 0.79 | 0.99 | 0.07 | 12.46 | 0.98 | 0.47 |
| Hex | EE | 33 | 2 | 0 | 4F | 63 | 7 | C | 62 | 2F |
| Octal | 356 | 63 | 2 | 0 | 117 | 143 | 7 | 14 | 142 | 57 |
| Binary | 11101110 | 110011 | 10 | 0 | 1001111 | 1100011 | 111 | 1100 | 1100010 | 101111 |
Color Harmonies of #EE3302
Complementary color
Monochromatic Colors of #EE3302
Black with #EE3302
Text Example
Text Example
White with #EE3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3302; }
p { color: rgb(238,51,2); }
H1.HeaderClassName
{
color: #EE3302;
}
.AnyTagClassName
{
color: #EE3302;
}
</style>
background-color css
<style>
a { background-color: #EE3302; }
a { background-color: rgb(238,51,2); }
div.DivClassName
{
background-color: #EE3302;
}
.BgClassName
{
background-color: #EE3302;
}
</style>
border-color css
<style>
span { border-color: #EE3302; }
span { border-color: rgb(238,51,2); }
td.TdClassName
{
border-color: #EE3302;
}
.TagClassName
{
border-color: #EE3302;
}
</style>