Shades of Scarlet #EF3202
Tints of Scarlet #EF3202
RGB
CMYK
RGB Variations
Color information
#EF3202 (or 0xEF3202) is known color: Scarlet. HEX triplet: EF, 32 and 02. RGB value is (239,50,2). Sum of RGB (Red+Green+Blue) = 239+50+2=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3202 is #10CDFD. Grayscale: #656565. Windows color (decimal): -1101310 or 144111. OLE color: 144111.
HSL color Cylindrical-coordinate representation of color #EF3202: hue angle of 12.15º 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 #EF3202 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.06 |
| HSL | 12.15º | 0.98% | 0.47% | - |
| HSV(B) | 12.15º | 0.99% | 0.94% | - |
| XYZ | 36.75 | 20.64 | 2.1 | - |
| YUV | 101.04 | 72.12 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 2 | 0 | 0.79 | 0.99 | 0.06 | 12.15 | 0.98 | 0.47 |
| Hex | EF | 32 | 2 | 0 | 4F | 63 | 6 | C | 62 | 2F |
| Octal | 357 | 62 | 2 | 0 | 117 | 143 | 6 | 14 | 142 | 57 |
| Binary | 11101111 | 110010 | 10 | 0 | 1001111 | 1100011 | 110 | 1100 | 1100010 | 101111 |
Color Harmonies of #EF3202
Complementary color
Monochromatic Colors of #EF3202
Black with #EF3202
Text Example
Text Example
White with #EF3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3202; }
p { color: rgb(239,50,2); }
H1.HeaderClassName
{
color: #EF3202;
}
.AnyTagClassName
{
color: #EF3202;
}
</style>
background-color css
<style>
a { background-color: #EF3202; }
a { background-color: rgb(239,50,2); }
div.DivClassName
{
background-color: #EF3202;
}
.BgClassName
{
background-color: #EF3202;
}
</style>
border-color css
<style>
span { border-color: #EF3202; }
span { border-color: rgb(239,50,2); }
td.TdClassName
{
border-color: #EF3202;
}
.TagClassName
{
border-color: #EF3202;
}
</style>