Shades of Scarlet #EF3405
Tints of Scarlet #EF3405
RGB
CMYK
RGB Variations
Color information
#EF3405 (or 0xEF3405) is known color: Scarlet. HEX triplet: EF, 34 and 05. RGB value is (239,52,5). Sum of RGB (Red+Green+Blue) = 239+52+5=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3405 is #10CBFA. Grayscale: #666666. Windows color (decimal): -1100795 or 341231. OLE color: 341231.
HSL color Cylindrical-coordinate representation of color #EF3405: hue angle of 12.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF3405 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.06 |
| HSL | 12.05º | 0.96% | 0.48% | - |
| HSV(B) | 12.05º | 0.98% | 0.94% | - |
| XYZ | 36.85 | 20.82 | 2.22 | - |
| YUV | 102.56 | 72.95 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 5 | 0 | 0.78 | 0.98 | 0.06 | 12.05 | 0.96 | 0.48 |
| Hex | EF | 34 | 5 | 0 | 4E | 62 | 6 | C | 60 | 30 |
| Octal | 357 | 64 | 5 | 0 | 116 | 142 | 6 | 14 | 140 | 60 |
| Binary | 11101111 | 110100 | 101 | 0 | 1001110 | 1100010 | 110 | 1100 | 1100000 | 110000 |
Color Harmonies of #EF3405
Complementary color
Monochromatic Colors of #EF3405
Black with #EF3405
Text Example
Text Example
White with #EF3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3405; }
p { color: rgb(239,52,5); }
H1.HeaderClassName
{
color: #EF3405;
}
.AnyTagClassName
{
color: #EF3405;
}
</style>
background-color css
<style>
a { background-color: #EF3405; }
a { background-color: rgb(239,52,5); }
div.DivClassName
{
background-color: #EF3405;
}
.BgClassName
{
background-color: #EF3405;
}
</style>
border-color css
<style>
span { border-color: #EF3405; }
span { border-color: rgb(239,52,5); }
td.TdClassName
{
border-color: #EF3405;
}
.TagClassName
{
border-color: #EF3405;
}
</style>