Shades of Scarlet #EF2712
Tints of Scarlet #EF2712
RGB
CMYK
RGB Variations
Color information
#EF2712 (or 0xEF2712) is known color: Scarlet. HEX triplet: EF, 27 and 12. RGB value is (239,39,18). Sum of RGB (Red+Green+Blue) = 239+39+18=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2712 is #10D8ED. Grayscale: #606060. Windows color (decimal): -1104110 or 1189871. OLE color: 1189871.
HSL color Cylindrical-coordinate representation of color #EF2712: hue angle of 5.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF2712 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.06 |
| HSL | 5.7º | 0.87% | 0.5% | - |
| HSV(B) | 5.7º | 0.92% | 0.94% | - |
| XYZ | 36.43 | 19.85 | 2.48 | - |
| YUV | 96.41 | 83.76 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 18 | 0 | 0.84 | 0.92 | 0.06 | 5.7 | 0.87 | 0.5 |
| Hex | EF | 27 | 12 | 0 | 54 | 5C | 6 | 6 | 57 | 32 |
| Octal | 357 | 47 | 22 | 0 | 124 | 134 | 6 | 6 | 127 | 62 |
| Binary | 11101111 | 100111 | 10010 | 0 | 1010100 | 1011100 | 110 | 110 | 1010111 | 110010 |
Color Harmonies of #EF2712
Complementary color
Monochromatic Colors of #EF2712
Black with #EF2712
Text Example
Text Example
White with #EF2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2712; }
p { color: rgb(239,39,18); }
H1.HeaderClassName
{
color: #EF2712;
}
.AnyTagClassName
{
color: #EF2712;
}
</style>
background-color css
<style>
a { background-color: #EF2712; }
a { background-color: rgb(239,39,18); }
div.DivClassName
{
background-color: #EF2712;
}
.BgClassName
{
background-color: #EF2712;
}
</style>
border-color css
<style>
span { border-color: #EF2712; }
span { border-color: rgb(239,39,18); }
td.TdClassName
{
border-color: #EF2712;
}
.TagClassName
{
border-color: #EF2712;
}
</style>