Shades of Scarlet #EF250C
Tints of Scarlet #EF250C
RGB
CMYK
RGB Variations
Color information
#EF250C (or 0xEF250C) is known color: Scarlet. HEX triplet: EF, 25 and 0C. RGB value is (239,37,12). Sum of RGB (Red+Green+Blue) = 239+37+12=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF250C is #10DAF3. Grayscale: #5E5E5E. Windows color (decimal): -1104628 or 796143. OLE color: 796143.
HSL color Cylindrical-coordinate representation of color #EF250C: hue angle of 6.61º 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 #EF250C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.06 |
| HSL | 6.61º | 0.9% | 0.49% | - |
| HSV(B) | 6.61º | 0.95% | 0.94% | - |
| XYZ | 36.32 | 19.7 | 2.24 | - |
| YUV | 94.55 | 81.42 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 12 | 0 | 0.85 | 0.95 | 0.06 | 6.61 | 0.9 | 0.49 |
| Hex | EF | 25 | C | 0 | 55 | 5F | 6 | 7 | 5A | 31 |
| Octal | 357 | 45 | 14 | 0 | 125 | 137 | 6 | 7 | 132 | 61 |
| Binary | 11101111 | 100101 | 1100 | 0 | 1010101 | 1011111 | 110 | 111 | 1011010 | 110001 |
Color Harmonies of #EF250C
Complementary color
Monochromatic Colors of #EF250C
Black with #EF250C
Text Example
Text Example
White with #EF250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF250C; }
p { color: rgb(239,37,12); }
H1.HeaderClassName
{
color: #EF250C;
}
.AnyTagClassName
{
color: #EF250C;
}
</style>
background-color css
<style>
a { background-color: #EF250C; }
a { background-color: rgb(239,37,12); }
div.DivClassName
{
background-color: #EF250C;
}
.BgClassName
{
background-color: #EF250C;
}
</style>
border-color css
<style>
span { border-color: #EF250C; }
span { border-color: rgb(239,37,12); }
td.TdClassName
{
border-color: #EF250C;
}
.TagClassName
{
border-color: #EF250C;
}
</style>