Shades of Scarlet #EE3402
Tints of Scarlet #EE3402
RGB
CMYK
RGB Variations
Color information
#EE3402 (or 0xEE3402) is known color: Scarlet. HEX triplet: EE, 34 and 02. RGB value is (238,52,2). Sum of RGB (Red+Green+Blue) = 238+52+2=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3402 is #11CBFD. Grayscale: #666666. Windows color (decimal): -1166334 or 144622. OLE color: 144622.
HSL color Cylindrical-coordinate representation of color #EE3402: hue angle of 12.71º 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 #EE3402 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.07 |
| HSL | 12.71º | 0.98% | 0.47% | - |
| HSV(B) | 12.71º | 0.99% | 0.93% | - |
| XYZ | 36.5 | 20.64 | 2.12 | - |
| YUV | 101.91 | 71.62 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 2 | 0 | 0.78 | 0.99 | 0.07 | 12.71 | 0.98 | 0.47 |
| Hex | EE | 34 | 2 | 0 | 4E | 63 | 7 | D | 62 | 2F |
| Octal | 356 | 64 | 2 | 0 | 116 | 143 | 7 | 15 | 142 | 57 |
| Binary | 11101110 | 110100 | 10 | 0 | 1001110 | 1100011 | 111 | 1101 | 1100010 | 101111 |
Color Harmonies of #EE3402
Complementary color
Monochromatic Colors of #EE3402
Black with #EE3402
Text Example
Text Example
White with #EE3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3402; }
p { color: rgb(238,52,2); }
H1.HeaderClassName
{
color: #EE3402;
}
.AnyTagClassName
{
color: #EE3402;
}
</style>
background-color css
<style>
a { background-color: #EE3402; }
a { background-color: rgb(238,52,2); }
div.DivClassName
{
background-color: #EE3402;
}
.BgClassName
{
background-color: #EE3402;
}
</style>
border-color css
<style>
span { border-color: #EE3402; }
span { border-color: rgb(238,52,2); }
td.TdClassName
{
border-color: #EE3402;
}
.TagClassName
{
border-color: #EE3402;
}
</style>