Shades of Scarlet #EF2D01
Tints of Scarlet #EF2D01
RGB
CMYK
RGB Variations
Color information
#EF2D01 (or 0xEF2D01) is known color: Scarlet. HEX triplet: EF, 2D and 01. RGB value is (239,45,1). Sum of RGB (Red+Green+Blue) = 239+45+1=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2D01 is #10D2FE. Grayscale: #626262. Windows color (decimal): -1102591 or 77295. OLE color: 77295.
HSL color Cylindrical-coordinate representation of color #EF2D01: hue angle of 11.09º 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 #EF2D01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.06 |
| HSL | 11.09º | 0.99% | 0.47% | - |
| HSV(B) | 11.09º | 1% | 0.94% | - |
| XYZ | 36.54 | 20.23 | 2.01 | - |
| YUV | 97.99 | 73.27 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 1 | 0 | 0.81 | 1.00 | 0.06 | 11.09 | 0.99 | 0.47 |
| Hex | EF | 2D | 1 | 0 | 51 | 64 | 6 | B | 63 | 2F |
| Octal | 357 | 55 | 1 | 0 | 121 | 144 | 6 | 13 | 143 | 57 |
| Binary | 11101111 | 101101 | 1 | 0 | 1010001 | 1100100 | 110 | 1011 | 1100011 | 101111 |
Color Harmonies of #EF2D01
Complementary color
Monochromatic Colors of #EF2D01
Black with #EF2D01
Text Example
Text Example
White with #EF2D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D01; }
p { color: rgb(239,45,1); }
H1.HeaderClassName
{
color: #EF2D01;
}
.AnyTagClassName
{
color: #EF2D01;
}
</style>
background-color css
<style>
a { background-color: #EF2D01; }
a { background-color: rgb(239,45,1); }
div.DivClassName
{
background-color: #EF2D01;
}
.BgClassName
{
background-color: #EF2D01;
}
</style>
border-color css
<style>
span { border-color: #EF2D01; }
span { border-color: rgb(239,45,1); }
td.TdClassName
{
border-color: #EF2D01;
}
.TagClassName
{
border-color: #EF2D01;
}
</style>