Shades of Scarlet #EF3312
Tints of Scarlet #EF3312
RGB
CMYK
RGB Variations
Color information
#EF3312 (or 0xEF3312) is known color: Scarlet. HEX triplet: EF, 33 and 12. RGB value is (239,51,18). Sum of RGB (Red+Green+Blue) = 239+51+18=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3312 is #10CCED. Grayscale: #676767. Windows color (decimal): -1101038 or 1192943. OLE color: 1192943.
HSL color Cylindrical-coordinate representation of color #EF3312: hue angle of 8.96º 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 #EF3312 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 18 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.06 |
| HSL | 8.96º | 0.87% | 0.5% | - |
| HSV(B) | 8.96º | 0.92% | 0.94% | - |
| XYZ | 36.89 | 20.76 | 2.64 | - |
| YUV | 103.45 | 79.78 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 18 | 0 | 0.79 | 0.92 | 0.06 | 8.96 | 0.87 | 0.5 |
| Hex | EF | 33 | 12 | 0 | 4F | 5C | 6 | 9 | 57 | 32 |
| Octal | 357 | 63 | 22 | 0 | 117 | 134 | 6 | 11 | 127 | 62 |
| Binary | 11101111 | 110011 | 10010 | 0 | 1001111 | 1011100 | 110 | 1001 | 1010111 | 110010 |
Color Harmonies of #EF3312
Complementary color
Monochromatic Colors of #EF3312
Black with #EF3312
Text Example
Text Example
White with #EF3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3312; }
p { color: rgb(239,51,18); }
H1.HeaderClassName
{
color: #EF3312;
}
.AnyTagClassName
{
color: #EF3312;
}
</style>
background-color css
<style>
a { background-color: #EF3312; }
a { background-color: rgb(239,51,18); }
div.DivClassName
{
background-color: #EF3312;
}
.BgClassName
{
background-color: #EF3312;
}
</style>
border-color css
<style>
span { border-color: #EF3312; }
span { border-color: rgb(239,51,18); }
td.TdClassName
{
border-color: #EF3312;
}
.TagClassName
{
border-color: #EF3312;
}
</style>