Shades of Scarlet #EF2D09
Tints of Scarlet #EF2D09
RGB
CMYK
RGB Variations
Color information
#EF2D09 (or 0xEF2D09) is known color: Scarlet. HEX triplet: EF, 2D and 09. RGB value is (239,45,9). Sum of RGB (Red+Green+Blue) = 239+45+9=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2D09 is #10D2F6. Grayscale: #636363. Windows color (decimal): -1102583 or 601583. OLE color: 601583.
HSL color Cylindrical-coordinate representation of color #EF2D09: hue angle of 9.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF2D09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 9 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.06 |
| HSL | 9.39º | 0.93% | 0.49% | - |
| HSV(B) | 9.39º | 0.96% | 0.94% | - |
| XYZ | 36.58 | 20.25 | 2.24 | - |
| YUV | 98.9 | 77.27 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 9 | 0 | 0.81 | 0.96 | 0.06 | 9.39 | 0.93 | 0.49 |
| Hex | EF | 2D | 9 | 0 | 51 | 60 | 6 | 9 | 5D | 31 |
| Octal | 357 | 55 | 11 | 0 | 121 | 140 | 6 | 11 | 135 | 61 |
| Binary | 11101111 | 101101 | 1001 | 0 | 1010001 | 1100000 | 110 | 1001 | 1011101 | 110001 |
Color Harmonies of #EF2D09
Complementary color
Monochromatic Colors of #EF2D09
Black with #EF2D09
Text Example
Text Example
White with #EF2D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D09; }
p { color: rgb(239,45,9); }
H1.HeaderClassName
{
color: #EF2D09;
}
.AnyTagClassName
{
color: #EF2D09;
}
</style>
background-color css
<style>
a { background-color: #EF2D09; }
a { background-color: rgb(239,45,9); }
div.DivClassName
{
background-color: #EF2D09;
}
.BgClassName
{
background-color: #EF2D09;
}
</style>
border-color css
<style>
span { border-color: #EF2D09; }
span { border-color: rgb(239,45,9); }
td.TdClassName
{
border-color: #EF2D09;
}
.TagClassName
{
border-color: #EF2D09;
}
</style>