Shades of Scarlet #EF251C
Tints of Scarlet #EF251C
RGB
CMYK
RGB Variations
Color information
#EF251C (or 0xEF251C) is known color: Scarlet. HEX triplet: EF, 25 and 1C. RGB value is (239,37,28). Sum of RGB (Red+Green+Blue) = 239+37+28=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF251C is #10DAE3. Grayscale: #606060. Windows color (decimal): -1104612 or 1844719. OLE color: 1844719.
HSL color Cylindrical-coordinate representation of color #EF251C: hue angle of 2.56º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF251C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 28 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.06 |
| HSL | 2.56º | 0.87% | 0.52% | - |
| HSV(B) | 2.56º | 0.88% | 0.94% | - |
| XYZ | 36.47 | 19.76 | 2.99 | - |
| YUV | 96.37 | 89.42 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 28 | 0 | 0.85 | 0.88 | 0.06 | 2.56 | 0.87 | 0.52 |
| Hex | EF | 25 | 1C | 0 | 55 | 58 | 6 | 3 | 57 | 34 |
| Octal | 357 | 45 | 34 | 0 | 125 | 130 | 6 | 3 | 127 | 64 |
| Binary | 11101111 | 100101 | 11100 | 0 | 1010101 | 1011000 | 110 | 11 | 1010111 | 110100 |
Color Harmonies of #EF251C
Complementary color
Monochromatic Colors of #EF251C
Black with #EF251C
Text Example
Text Example
White with #EF251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF251C; }
p { color: rgb(239,37,28); }
H1.HeaderClassName
{
color: #EF251C;
}
.AnyTagClassName
{
color: #EF251C;
}
</style>
background-color css
<style>
a { background-color: #EF251C; }
a { background-color: rgb(239,37,28); }
div.DivClassName
{
background-color: #EF251C;
}
.BgClassName
{
background-color: #EF251C;
}
</style>
border-color css
<style>
span { border-color: #EF251C; }
span { border-color: rgb(239,37,28); }
td.TdClassName
{
border-color: #EF251C;
}
.TagClassName
{
border-color: #EF251C;
}
</style>