Shades of Scarlet #EF340A
Tints of Scarlet #EF340A
RGB
CMYK
RGB Variations
Color information
#EF340A (or 0xEF340A) is known color: Scarlet. HEX triplet: EF, 34 and 0A. RGB value is (239,52,10). Sum of RGB (Red+Green+Blue) = 239+52+10=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF340A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF340A is #10CBF5. Grayscale: #676767. Windows color (decimal): -1100790 or 668911. OLE color: 668911.
HSL color Cylindrical-coordinate representation of color #EF340A: hue angle of 11º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF340A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.06 |
| HSL | 11º | 0.92% | 0.49% | - |
| HSV(B) | 11º | 0.96% | 0.94% | - |
| XYZ | 36.88 | 20.83 | 2.36 | - |
| YUV | 103.13 | 75.45 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 10 | 0 | 0.78 | 0.96 | 0.06 | 11 | 0.92 | 0.49 |
| Hex | EF | 34 | A | 0 | 4E | 60 | 6 | B | 5C | 31 |
| Octal | 357 | 64 | 12 | 0 | 116 | 140 | 6 | 13 | 134 | 61 |
| Binary | 11101111 | 110100 | 1010 | 0 | 1001110 | 1100000 | 110 | 1011 | 1011100 | 110001 |
Color Harmonies of #EF340A
Complementary color
Monochromatic Colors of #EF340A
Black with #EF340A
Text Example
Text Example
White with #EF340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF340A; }
p { color: rgb(239,52,10); }
H1.HeaderClassName
{
color: #EF340A;
}
.AnyTagClassName
{
color: #EF340A;
}
</style>
background-color css
<style>
a { background-color: #EF340A; }
a { background-color: rgb(239,52,10); }
div.DivClassName
{
background-color: #EF340A;
}
.BgClassName
{
background-color: #EF340A;
}
</style>
border-color css
<style>
span { border-color: #EF340A; }
span { border-color: rgb(239,52,10); }
td.TdClassName
{
border-color: #EF340A;
}
.TagClassName
{
border-color: #EF340A;
}
</style>