Shades of Scarlet #EF231F
Tints of Scarlet #EF231F
RGB
CMYK
RGB Variations
Color information
#EF231F (or 0xEF231F) is known color: Scarlet. HEX triplet: EF, 23 and 1F. RGB value is (239,35,31). Sum of RGB (Red+Green+Blue) = 239+35+31=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF231F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF231F is #10DCE0. Grayscale: #5F5F5F. Windows color (decimal): -1105121 or 2040815. OLE color: 2040815.
HSL color Cylindrical-coordinate representation of color #EF231F: hue angle of 1.15º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF231F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 31 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.06 |
| HSL | 1.15º | 0.87% | 0.53% | - |
| HSV(B) | 1.15º | 0.87% | 0.94% | - |
| XYZ | 36.44 | 19.65 | 3.17 | - |
| YUV | 95.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 31 | 0 | 0.85 | 0.87 | 0.06 | 1.15 | 0.87 | 0.53 |
| Hex | EF | 23 | 1F | 0 | 55 | 57 | 6 | 1 | 57 | 35 |
| Octal | 357 | 43 | 37 | 0 | 125 | 127 | 6 | 1 | 127 | 65 |
| Binary | 11101111 | 100011 | 11111 | 0 | 1010101 | 1010111 | 110 | 1 | 1010111 | 110101 |
Color Harmonies of #EF231F
Complementary color
Monochromatic Colors of #EF231F
Black with #EF231F
Text Example
Text Example
White with #EF231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF231F; }
p { color: rgb(239,35,31); }
H1.HeaderClassName
{
color: #EF231F;
}
.AnyTagClassName
{
color: #EF231F;
}
</style>
background-color css
<style>
a { background-color: #EF231F; }
a { background-color: rgb(239,35,31); }
div.DivClassName
{
background-color: #EF231F;
}
.BgClassName
{
background-color: #EF231F;
}
</style>
border-color css
<style>
span { border-color: #EF231F; }
span { border-color: rgb(239,35,31); }
td.TdClassName
{
border-color: #EF231F;
}
.TagClassName
{
border-color: #EF231F;
}
</style>