Shades of Scarlet #EF3302
Tints of Scarlet #EF3302
RGB
CMYK
RGB Variations
Color information
#EF3302 (or 0xEF3302) is known color: Scarlet. HEX triplet: EF, 33 and 02. RGB value is (239,51,2). Sum of RGB (Red+Green+Blue) = 239+51+2=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3302 is #10CCFD. Grayscale: #666666. Windows color (decimal): -1101054 or 144367. OLE color: 144367.
HSL color Cylindrical-coordinate representation of color #EF3302: hue angle of 12.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF3302 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.06 |
| HSL | 12.41º | 0.98% | 0.47% | - |
| HSV(B) | 12.41º | 0.99% | 0.94% | - |
| XYZ | 36.79 | 20.72 | 2.12 | - |
| YUV | 101.63 | 71.78 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 2 | 0 | 0.79 | 0.99 | 0.06 | 12.41 | 0.98 | 0.47 |
| Hex | EF | 33 | 2 | 0 | 4F | 63 | 6 | C | 62 | 2F |
| Octal | 357 | 63 | 2 | 0 | 117 | 143 | 6 | 14 | 142 | 57 |
| Binary | 11101111 | 110011 | 10 | 0 | 1001111 | 1100011 | 110 | 1100 | 1100010 | 101111 |
Color Harmonies of #EF3302
Complementary color
Monochromatic Colors of #EF3302
Black with #EF3302
Text Example
Text Example
White with #EF3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3302; }
p { color: rgb(239,51,2); }
H1.HeaderClassName
{
color: #EF3302;
}
.AnyTagClassName
{
color: #EF3302;
}
</style>
background-color css
<style>
a { background-color: #EF3302; }
a { background-color: rgb(239,51,2); }
div.DivClassName
{
background-color: #EF3302;
}
.BgClassName
{
background-color: #EF3302;
}
</style>
border-color css
<style>
span { border-color: #EF3302; }
span { border-color: rgb(239,51,2); }
td.TdClassName
{
border-color: #EF3302;
}
.TagClassName
{
border-color: #EF3302;
}
</style>