Shades of Scarlet #EF251A
Tints of Scarlet #EF251A
RGB
CMYK
RGB Variations
Color information
#EF251A (or 0xEF251A) is known color: Scarlet. HEX triplet: EF, 25 and 1A. RGB value is (239,37,26). Sum of RGB (Red+Green+Blue) = 239+37+26=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF251A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF251A is #10DAE5. Grayscale: #606060. Windows color (decimal): -1104614 or 1713647. OLE color: 1713647.
HSL color Cylindrical-coordinate representation of color #EF251A: hue angle of 3.1º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF251A is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 26 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.06 |
| HSL | 3.1º | 0.87% | 0.52% | - |
| HSV(B) | 3.1º | 0.89% | 0.94% | - |
| XYZ | 36.44 | 19.75 | 2.87 | - |
| YUV | 96.14 | 88.42 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 26 | 0 | 0.85 | 0.89 | 0.06 | 3.1 | 0.87 | 0.52 |
| Hex | EF | 25 | 1A | 0 | 55 | 59 | 6 | 3 | 57 | 34 |
| Octal | 357 | 45 | 32 | 0 | 125 | 131 | 6 | 3 | 127 | 64 |
| Binary | 11101111 | 100101 | 11010 | 0 | 1010101 | 1011001 | 110 | 11 | 1010111 | 110100 |
Color Harmonies of #EF251A
Complementary color
Monochromatic Colors of #EF251A
Black with #EF251A
Text Example
Text Example
White with #EF251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF251A; }
p { color: rgb(239,37,26); }
H1.HeaderClassName
{
color: #EF251A;
}
.AnyTagClassName
{
color: #EF251A;
}
</style>
background-color css
<style>
a { background-color: #EF251A; }
a { background-color: rgb(239,37,26); }
div.DivClassName
{
background-color: #EF251A;
}
.BgClassName
{
background-color: #EF251A;
}
</style>
border-color css
<style>
span { border-color: #EF251A; }
span { border-color: rgb(239,37,26); }
td.TdClassName
{
border-color: #EF251A;
}
.TagClassName
{
border-color: #EF251A;
}
</style>