Shades of Scarlet #EF1605
Tints of Scarlet #EF1605
RGB
CMYK
RGB Variations
Color information
#EF1605 (or 0xEF1605) is known color: Scarlet. HEX triplet: EF, 16 and 05. RGB value is (239,22,5). Sum of RGB (Red+Green+Blue) = 239+22+5=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1605 is #10E9FA. Grayscale: #555555. Windows color (decimal): -1108475 or 333551. OLE color: 333551.
HSL color Cylindrical-coordinate representation of color #EF1605: hue angle of 4.36º 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 #EF1605 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.06 |
| HSL | 4.36º | 0.96% | 0.48% | - |
| HSV(B) | 4.36º | 0.98% | 0.94% | - |
| XYZ | 35.91 | 18.94 | 1.91 | - |
| YUV | 84.95 | 82.89 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 5 | 0 | 0.91 | 0.98 | 0.06 | 4.36 | 0.96 | 0.48 |
| Hex | EF | 16 | 5 | 0 | 5B | 62 | 6 | 4 | 60 | 30 |
| Octal | 357 | 26 | 5 | 0 | 133 | 142 | 6 | 4 | 140 | 60 |
| Binary | 11101111 | 10110 | 101 | 0 | 1011011 | 1100010 | 110 | 100 | 1100000 | 110000 |
Color Harmonies of #EF1605
Complementary color
Monochromatic Colors of #EF1605
Black with #EF1605
Text Example
Text Example
White with #EF1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1605; }
p { color: rgb(239,22,5); }
H1.HeaderClassName
{
color: #EF1605;
}
.AnyTagClassName
{
color: #EF1605;
}
</style>
background-color css
<style>
a { background-color: #EF1605; }
a { background-color: rgb(239,22,5); }
div.DivClassName
{
background-color: #EF1605;
}
.BgClassName
{
background-color: #EF1605;
}
</style>
border-color css
<style>
span { border-color: #EF1605; }
span { border-color: rgb(239,22,5); }
td.TdClassName
{
border-color: #EF1605;
}
.TagClassName
{
border-color: #EF1605;
}
</style>