Shades of Scarlet #EE340B
Tints of Scarlet #EE340B
RGB
CMYK
RGB Variations
Color information
#EE340B (or 0xEE340B) is known color: Scarlet. HEX triplet: EE, 34 and 0B. RGB value is (238,52,11). Sum of RGB (Red+Green+Blue) = 238+52+11=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE340B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE340B is #11CBF4. Grayscale: #676767. Windows color (decimal): -1166325 or 734446. OLE color: 734446.
HSL color Cylindrical-coordinate representation of color #EE340B: hue angle of 10.84º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE340B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.07 |
| HSL | 10.84º | 0.91% | 0.49% | - |
| HSV(B) | 10.84º | 0.95% | 0.93% | - |
| XYZ | 36.55 | 20.66 | 2.38 | - |
| YUV | 102.94 | 76.12 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 11 | 0 | 0.78 | 0.95 | 0.07 | 10.84 | 0.91 | 0.49 |
| Hex | EE | 34 | B | 0 | 4E | 5F | 7 | B | 5B | 31 |
| Octal | 356 | 64 | 13 | 0 | 116 | 137 | 7 | 13 | 133 | 61 |
| Binary | 11101110 | 110100 | 1011 | 0 | 1001110 | 1011111 | 111 | 1011 | 1011011 | 110001 |
Color Harmonies of #EE340B
Complementary color
Monochromatic Colors of #EE340B
Black with #EE340B
Text Example
Text Example
White with #EE340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE340B; }
p { color: rgb(238,52,11); }
H1.HeaderClassName
{
color: #EE340B;
}
.AnyTagClassName
{
color: #EE340B;
}
</style>
background-color css
<style>
a { background-color: #EE340B; }
a { background-color: rgb(238,52,11); }
div.DivClassName
{
background-color: #EE340B;
}
.BgClassName
{
background-color: #EE340B;
}
</style>
border-color css
<style>
span { border-color: #EE340B; }
span { border-color: rgb(238,52,11); }
td.TdClassName
{
border-color: #EE340B;
}
.TagClassName
{
border-color: #EE340B;
}
</style>