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