Shades of Scarlet #EF2601
Tints of Scarlet #EF2601
RGB
CMYK
RGB Variations
Color information
#EF2601 (or 0xEF2601) is known color: Scarlet. HEX triplet: EF, 26 and 01. RGB value is (239,38,1). Sum of RGB (Red+Green+Blue) = 239+38+1=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2601 is #10D9FE. Grayscale: #5E5E5E. Windows color (decimal): -1104383 or 75503. OLE color: 75503.
HSL color Cylindrical-coordinate representation of color #EF2601: hue angle of 9.33º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF2601 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.06 |
| HSL | 9.33º | 0.99% | 0.47% | - |
| HSV(B) | 9.33º | 1% | 0.94% | - |
| XYZ | 36.3 | 19.74 | 1.93 | - |
| YUV | 93.88 | 75.59 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 1 | 0 | 0.84 | 1.00 | 0.06 | 9.33 | 0.99 | 0.47 |
| Hex | EF | 26 | 1 | 0 | 54 | 64 | 6 | 9 | 63 | 2F |
| Octal | 357 | 46 | 1 | 0 | 124 | 144 | 6 | 11 | 143 | 57 |
| Binary | 11101111 | 100110 | 1 | 0 | 1010100 | 1100100 | 110 | 1001 | 1100011 | 101111 |
Color Harmonies of #EF2601
Complementary color
Monochromatic Colors of #EF2601
Black with #EF2601
Text Example
Text Example
White with #EF2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2601; }
p { color: rgb(239,38,1); }
H1.HeaderClassName
{
color: #EF2601;
}
.AnyTagClassName
{
color: #EF2601;
}
</style>
background-color css
<style>
a { background-color: #EF2601; }
a { background-color: rgb(239,38,1); }
div.DivClassName
{
background-color: #EF2601;
}
.BgClassName
{
background-color: #EF2601;
}
</style>
border-color css
<style>
span { border-color: #EF2601; }
span { border-color: rgb(239,38,1); }
td.TdClassName
{
border-color: #EF2601;
}
.TagClassName
{
border-color: #EF2601;
}
</style>