Shades of Scarlet #EF280F
Tints of Scarlet #EF280F
RGB
CMYK
RGB Variations
Color information
#EF280F (or 0xEF280F) is known color: Scarlet. HEX triplet: EF, 28 and 0F. RGB value is (239,40,15). Sum of RGB (Red+Green+Blue) = 239+40+15=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF280F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF280F is #10D7F0. Grayscale: #606060. Windows color (decimal): -1103857 or 993519. OLE color: 993519.
HSL color Cylindrical-coordinate representation of color #EF280F: hue angle of 6.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF280F is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 15 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.06 |
| HSL | 6.7º | 0.88% | 0.5% | - |
| HSV(B) | 6.7º | 0.94% | 0.94% | - |
| XYZ | 36.44 | 19.9 | 2.37 | - |
| YUV | 96.65 | 81.93 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 15 | 0 | 0.83 | 0.94 | 0.06 | 6.7 | 0.88 | 0.5 |
| Hex | EF | 28 | F | 0 | 53 | 5E | 6 | 7 | 58 | 32 |
| Octal | 357 | 50 | 17 | 0 | 123 | 136 | 6 | 7 | 130 | 62 |
| Binary | 11101111 | 101000 | 1111 | 0 | 1010011 | 1011110 | 110 | 111 | 1011000 | 110010 |
Color Harmonies of #EF280F
Complementary color
Monochromatic Colors of #EF280F
Black with #EF280F
Text Example
Text Example
White with #EF280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF280F; }
p { color: rgb(239,40,15); }
H1.HeaderClassName
{
color: #EF280F;
}
.AnyTagClassName
{
color: #EF280F;
}
</style>
background-color css
<style>
a { background-color: #EF280F; }
a { background-color: rgb(239,40,15); }
div.DivClassName
{
background-color: #EF280F;
}
.BgClassName
{
background-color: #EF280F;
}
</style>
border-color css
<style>
span { border-color: #EF280F; }
span { border-color: rgb(239,40,15); }
td.TdClassName
{
border-color: #EF280F;
}
.TagClassName
{
border-color: #EF280F;
}
</style>