Shades of Scarlet #EF2502
Tints of Scarlet #EF2502
RGB
CMYK
RGB Variations
Color information
#EF2502 (or 0xEF2502) is known color: Scarlet. HEX triplet: EF, 25 and 02. RGB value is (239,37,2). Sum of RGB (Red+Green+Blue) = 239+37+2=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2502 is #10DAFD. Grayscale: #5D5D5D. Windows color (decimal): -1104638 or 140783. OLE color: 140783.
HSL color Cylindrical-coordinate representation of color #EF2502: hue angle of 8.86º 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 #EF2502 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.06 |
| HSL | 8.86º | 0.98% | 0.47% | - |
| HSV(B) | 8.86º | 0.99% | 0.94% | - |
| XYZ | 36.27 | 19.68 | 1.94 | - |
| YUV | 93.41 | 76.42 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 2 | 0 | 0.85 | 0.99 | 0.06 | 8.86 | 0.98 | 0.47 |
| Hex | EF | 25 | 2 | 0 | 55 | 63 | 6 | 9 | 62 | 2F |
| Octal | 357 | 45 | 2 | 0 | 125 | 143 | 6 | 11 | 142 | 57 |
| Binary | 11101111 | 100101 | 10 | 0 | 1010101 | 1100011 | 110 | 1001 | 1100010 | 101111 |
Color Harmonies of #EF2502
Complementary color
Monochromatic Colors of #EF2502
Black with #EF2502
Text Example
Text Example
White with #EF2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2502; }
p { color: rgb(239,37,2); }
H1.HeaderClassName
{
color: #EF2502;
}
.AnyTagClassName
{
color: #EF2502;
}
</style>
background-color css
<style>
a { background-color: #EF2502; }
a { background-color: rgb(239,37,2); }
div.DivClassName
{
background-color: #EF2502;
}
.BgClassName
{
background-color: #EF2502;
}
</style>
border-color css
<style>
span { border-color: #EF2502; }
span { border-color: rgb(239,37,2); }
td.TdClassName
{
border-color: #EF2502;
}
.TagClassName
{
border-color: #EF2502;
}
</style>