Shades of Scarlet #EF251B
Tints of Scarlet #EF251B
RGB
CMYK
RGB Variations
Color information
#EF251B (or 0xEF251B) is known color: Scarlet. HEX triplet: EF, 25 and 1B. RGB value is (239,37,27). Sum of RGB (Red+Green+Blue) = 239+37+27=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF251B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF251B is #10DAE4. Grayscale: #606060. Windows color (decimal): -1104613 or 1779183. OLE color: 1779183.
HSL color Cylindrical-coordinate representation of color #EF251B: hue angle of 2.83º 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 #EF251B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 27 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.06 |
| HSL | 2.83º | 0.87% | 0.52% | - |
| HSV(B) | 2.83º | 0.89% | 0.94% | - |
| XYZ | 36.46 | 19.75 | 2.93 | - |
| YUV | 96.26 | 88.92 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 27 | 0 | 0.85 | 0.89 | 0.06 | 2.83 | 0.87 | 0.52 |
| Hex | EF | 25 | 1B | 0 | 55 | 59 | 6 | 3 | 57 | 34 |
| Octal | 357 | 45 | 33 | 0 | 125 | 131 | 6 | 3 | 127 | 64 |
| Binary | 11101111 | 100101 | 11011 | 0 | 1010101 | 1011001 | 110 | 11 | 1010111 | 110100 |
Color Harmonies of #EF251B
Complementary color
Monochromatic Colors of #EF251B
Black with #EF251B
Text Example
Text Example
White with #EF251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF251B; }
p { color: rgb(239,37,27); }
H1.HeaderClassName
{
color: #EF251B;
}
.AnyTagClassName
{
color: #EF251B;
}
</style>
background-color css
<style>
a { background-color: #EF251B; }
a { background-color: rgb(239,37,27); }
div.DivClassName
{
background-color: #EF251B;
}
.BgClassName
{
background-color: #EF251B;
}
</style>
border-color css
<style>
span { border-color: #EF251B; }
span { border-color: rgb(239,37,27); }
td.TdClassName
{
border-color: #EF251B;
}
.TagClassName
{
border-color: #EF251B;
}
</style>