Shades of Scarlet #EF2B05
Tints of Scarlet #EF2B05
RGB
CMYK
RGB Variations
Color information
#EF2B05 (or 0xEF2B05) is known color: Scarlet. HEX triplet: EF, 2B and 05. RGB value is (239,43,5). Sum of RGB (Red+Green+Blue) = 239+43+5=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2B05 is #10D4FA. Grayscale: #616161. Windows color (decimal): -1103099 or 338927. OLE color: 338927.
HSL color Cylindrical-coordinate representation of color #EF2B05: hue angle of 9.74º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF2B05 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.06 |
| HSL | 9.74º | 0.96% | 0.48% | - |
| HSV(B) | 9.74º | 0.98% | 0.94% | - |
| XYZ | 36.49 | 20.09 | 2.1 | - |
| YUV | 97.27 | 75.93 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 5 | 0 | 0.82 | 0.98 | 0.06 | 9.74 | 0.96 | 0.48 |
| Hex | EF | 2B | 5 | 0 | 52 | 62 | 6 | A | 60 | 30 |
| Octal | 357 | 53 | 5 | 0 | 122 | 142 | 6 | 12 | 140 | 60 |
| Binary | 11101111 | 101011 | 101 | 0 | 1010010 | 1100010 | 110 | 1010 | 1100000 | 110000 |
Color Harmonies of #EF2B05
Complementary color
Monochromatic Colors of #EF2B05
Black with #EF2B05
Text Example
Text Example
White with #EF2B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B05; }
p { color: rgb(239,43,5); }
H1.HeaderClassName
{
color: #EF2B05;
}
.AnyTagClassName
{
color: #EF2B05;
}
</style>
background-color css
<style>
a { background-color: #EF2B05; }
a { background-color: rgb(239,43,5); }
div.DivClassName
{
background-color: #EF2B05;
}
.BgClassName
{
background-color: #EF2B05;
}
</style>
border-color css
<style>
span { border-color: #EF2B05; }
span { border-color: rgb(239,43,5); }
td.TdClassName
{
border-color: #EF2B05;
}
.TagClassName
{
border-color: #EF2B05;
}
</style>