Shades of Scarlet #EF3304
Tints of Scarlet #EF3304
RGB
CMYK
RGB Variations
Color information
#EF3304 (or 0xEF3304) is known color: Scarlet. HEX triplet: EF, 33 and 04. RGB value is (239,51,4). Sum of RGB (Red+Green+Blue) = 239+51+4=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3304 is #10CCFB. Grayscale: #666666. Windows color (decimal): -1101052 or 275439. OLE color: 275439.
HSL color Cylindrical-coordinate representation of color #EF3304: hue angle of 12º degrees, saturation: 0.97, 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 #EF3304 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.06 |
| HSL | 12º | 0.97% | 0.48% | - |
| HSV(B) | 12º | 0.98% | 0.94% | - |
| XYZ | 36.8 | 20.73 | 2.18 | - |
| YUV | 101.85 | 72.78 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 4 | 0 | 0.79 | 0.98 | 0.06 | 12 | 0.97 | 0.48 |
| Hex | EF | 33 | 4 | 0 | 4F | 62 | 6 | C | 61 | 30 |
| Octal | 357 | 63 | 4 | 0 | 117 | 142 | 6 | 14 | 141 | 60 |
| Binary | 11101111 | 110011 | 100 | 0 | 1001111 | 1100010 | 110 | 1100 | 1100001 | 110000 |
Color Harmonies of #EF3304
Complementary color
Monochromatic Colors of #EF3304
Black with #EF3304
Text Example
Text Example
White with #EF3304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3304; }
p { color: rgb(239,51,4); }
H1.HeaderClassName
{
color: #EF3304;
}
.AnyTagClassName
{
color: #EF3304;
}
</style>
background-color css
<style>
a { background-color: #EF3304; }
a { background-color: rgb(239,51,4); }
div.DivClassName
{
background-color: #EF3304;
}
.BgClassName
{
background-color: #EF3304;
}
</style>
border-color css
<style>
span { border-color: #EF3304; }
span { border-color: rgb(239,51,4); }
td.TdClassName
{
border-color: #EF3304;
}
.TagClassName
{
border-color: #EF3304;
}
</style>