Shades of Scarlet #EF231D
Tints of Scarlet #EF231D
RGB
CMYK
RGB Variations
Color information
#EF231D (or 0xEF231D) is known color: Scarlet. HEX triplet: EF, 23 and 1D. RGB value is (239,35,29). Sum of RGB (Red+Green+Blue) = 239+35+29=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF231D is #10DCE2. Grayscale: #5F5F5F. Windows color (decimal): -1105123 or 1909743. OLE color: 1909743.
HSL color Cylindrical-coordinate representation of color #EF231D: hue angle of 1.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF231D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.06 |
| HSL | 1.71º | 0.87% | 0.53% | - |
| HSV(B) | 1.71º | 0.88% | 0.94% | - |
| XYZ | 36.42 | 19.64 | 3.03 | - |
| YUV | 95.31 | 90.59 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 29 | 0 | 0.85 | 0.88 | 0.06 | 1.71 | 0.87 | 0.53 |
| Hex | EF | 23 | 1D | 0 | 55 | 58 | 6 | 2 | 57 | 35 |
| Octal | 357 | 43 | 35 | 0 | 125 | 130 | 6 | 2 | 127 | 65 |
| Binary | 11101111 | 100011 | 11101 | 0 | 1010101 | 1011000 | 110 | 10 | 1010111 | 110101 |
Color Harmonies of #EF231D
Complementary color
Monochromatic Colors of #EF231D
Black with #EF231D
Text Example
Text Example
White with #EF231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF231D; }
p { color: rgb(239,35,29); }
H1.HeaderClassName
{
color: #EF231D;
}
.AnyTagClassName
{
color: #EF231D;
}
</style>
background-color css
<style>
a { background-color: #EF231D; }
a { background-color: rgb(239,35,29); }
div.DivClassName
{
background-color: #EF231D;
}
.BgClassName
{
background-color: #EF231D;
}
</style>
border-color css
<style>
span { border-color: #EF231D; }
span { border-color: rgb(239,35,29); }
td.TdClassName
{
border-color: #EF231D;
}
.TagClassName
{
border-color: #EF231D;
}
</style>