Shades of Scarlet #EF270C
Tints of Scarlet #EF270C
RGB
CMYK
RGB Variations
Color information
#EF270C (or 0xEF270C) is known color: Scarlet. HEX triplet: EF, 27 and 0C. RGB value is (239,39,12). Sum of RGB (Red+Green+Blue) = 239+39+12=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF270C is #10D8F3. Grayscale: #606060. Windows color (decimal): -1104116 or 796655. OLE color: 796655.
HSL color Cylindrical-coordinate representation of color #EF270C: hue angle of 7.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF270C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.06 |
| HSL | 7.14º | 0.9% | 0.49% | - |
| HSV(B) | 7.14º | 0.95% | 0.94% | - |
| XYZ | 36.39 | 19.83 | 2.26 | - |
| YUV | 95.72 | 80.76 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 12 | 0 | 0.84 | 0.95 | 0.06 | 7.14 | 0.9 | 0.49 |
| Hex | EF | 27 | C | 0 | 54 | 5F | 6 | 7 | 5A | 31 |
| Octal | 357 | 47 | 14 | 0 | 124 | 137 | 6 | 7 | 132 | 61 |
| Binary | 11101111 | 100111 | 1100 | 0 | 1010100 | 1011111 | 110 | 111 | 1011010 | 110001 |
Color Harmonies of #EF270C
Complementary color
Monochromatic Colors of #EF270C
Black with #EF270C
Text Example
Text Example
White with #EF270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF270C; }
p { color: rgb(239,39,12); }
H1.HeaderClassName
{
color: #EF270C;
}
.AnyTagClassName
{
color: #EF270C;
}
</style>
background-color css
<style>
a { background-color: #EF270C; }
a { background-color: rgb(239,39,12); }
div.DivClassName
{
background-color: #EF270C;
}
.BgClassName
{
background-color: #EF270C;
}
</style>
border-color css
<style>
span { border-color: #EF270C; }
span { border-color: rgb(239,39,12); }
td.TdClassName
{
border-color: #EF270C;
}
.TagClassName
{
border-color: #EF270C;
}
</style>