Shades of Scarlet #EF2D1B
Tints of Scarlet #EF2D1B
RGB
CMYK
RGB Variations
Color information
#EF2D1B (or 0xEF2D1B) is known color: Scarlet. HEX triplet: EF, 2D and 1B. RGB value is (239,45,27). Sum of RGB (Red+Green+Blue) = 239+45+27=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D1B is #10D2E4. Grayscale: #656565. Windows color (decimal): -1102565 or 1781231. OLE color: 1781231.
HSL color Cylindrical-coordinate representation of color #EF2D1B: hue angle of 5.09º 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 #EF2D1B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 27 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.06 |
| HSL | 5.09º | 0.87% | 0.52% | - |
| HSV(B) | 5.09º | 0.89% | 0.94% | - |
| XYZ | 36.73 | 20.31 | 3.02 | - |
| YUV | 100.95 | 86.27 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 27 | 0 | 0.81 | 0.89 | 0.06 | 5.09 | 0.87 | 0.52 |
| Hex | EF | 2D | 1B | 0 | 51 | 59 | 6 | 5 | 57 | 34 |
| Octal | 357 | 55 | 33 | 0 | 121 | 131 | 6 | 5 | 127 | 64 |
| Binary | 11101111 | 101101 | 11011 | 0 | 1010001 | 1011001 | 110 | 101 | 1010111 | 110100 |
Color Harmonies of #EF2D1B
Complementary color
Monochromatic Colors of #EF2D1B
Black with #EF2D1B
Text Example
Text Example
White with #EF2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D1B; }
p { color: rgb(239,45,27); }
H1.HeaderClassName
{
color: #EF2D1B;
}
.AnyTagClassName
{
color: #EF2D1B;
}
</style>
background-color css
<style>
a { background-color: #EF2D1B; }
a { background-color: rgb(239,45,27); }
div.DivClassName
{
background-color: #EF2D1B;
}
.BgClassName
{
background-color: #EF2D1B;
}
</style>
border-color css
<style>
span { border-color: #EF2D1B; }
span { border-color: rgb(239,45,27); }
td.TdClassName
{
border-color: #EF2D1B;
}
.TagClassName
{
border-color: #EF2D1B;
}
</style>