Shades of Scarlet #EF291B
Tints of Scarlet #EF291B
RGB
CMYK
RGB Variations
Color information
#EF291B (or 0xEF291B) is known color: Scarlet. HEX triplet: EF, 29 and 1B. RGB value is (239,41,27). Sum of RGB (Red+Green+Blue) = 239+41+27=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF291B is #10D6E4. Grayscale: #626262. Windows color (decimal): -1103589 or 1780207. OLE color: 1780207.
HSL color Cylindrical-coordinate representation of color #EF291B: hue angle of 3.96º 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 #EF291B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.06 |
| HSL | 3.96º | 0.87% | 0.52% | - |
| HSV(B) | 3.96º | 0.89% | 0.94% | - |
| XYZ | 36.59 | 20.02 | 2.97 | - |
| YUV | 98.61 | 87.6 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 27 | 0 | 0.83 | 0.89 | 0.06 | 3.96 | 0.87 | 0.52 |
| Hex | EF | 29 | 1B | 0 | 53 | 59 | 6 | 4 | 57 | 34 |
| Octal | 357 | 51 | 33 | 0 | 123 | 131 | 6 | 4 | 127 | 64 |
| Binary | 11101111 | 101001 | 11011 | 0 | 1010011 | 1011001 | 110 | 100 | 1010111 | 110100 |
Color Harmonies of #EF291B
Complementary color
Monochromatic Colors of #EF291B
Black with #EF291B
Text Example
Text Example
White with #EF291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF291B; }
p { color: rgb(239,41,27); }
H1.HeaderClassName
{
color: #EF291B;
}
.AnyTagClassName
{
color: #EF291B;
}
</style>
background-color css
<style>
a { background-color: #EF291B; }
a { background-color: rgb(239,41,27); }
div.DivClassName
{
background-color: #EF291B;
}
.BgClassName
{
background-color: #EF291B;
}
</style>
border-color css
<style>
span { border-color: #EF291B; }
span { border-color: rgb(239,41,27); }
td.TdClassName
{
border-color: #EF291B;
}
.TagClassName
{
border-color: #EF291B;
}
</style>