Shades of Scarlet #ED280A
Tints of Scarlet #ED280A
RGB
CMYK
RGB Variations
Color information
#ED280A (or 0xED280A) is known color: Scarlet. HEX triplet: ED, 28 and 0A. RGB value is (237,40,10). Sum of RGB (Red+Green+Blue) = 237+40+10=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED280A is #12D7F5. Grayscale: #5F5F5F. Windows color (decimal): -1234934 or 665837. OLE color: 665837.
HSL color Cylindrical-coordinate representation of color #ED280A: hue angle of 7.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED280A is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 10 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.07 |
| HSL | 7.93º | 0.92% | 0.48% | - |
| HSV(B) | 7.93º | 0.96% | 0.93% | - |
| XYZ | 35.74 | 19.54 | 2.18 | - |
| YUV | 95.48 | 79.77 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 10 | 0 | 0.83 | 0.96 | 0.07 | 7.93 | 0.92 | 0.48 |
| Hex | ED | 28 | A | 0 | 53 | 60 | 7 | 8 | 5C | 30 |
| Octal | 355 | 50 | 12 | 0 | 123 | 140 | 7 | 10 | 134 | 60 |
| Binary | 11101101 | 101000 | 1010 | 0 | 1010011 | 1100000 | 111 | 1000 | 1011100 | 110000 |
Color Harmonies of #ED280A
Complementary color
Monochromatic Colors of #ED280A
Black with #ED280A
Text Example
Text Example
White with #ED280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED280A; }
p { color: rgb(237,40,10); }
H1.HeaderClassName
{
color: #ED280A;
}
.AnyTagClassName
{
color: #ED280A;
}
</style>
background-color css
<style>
a { background-color: #ED280A; }
a { background-color: rgb(237,40,10); }
div.DivClassName
{
background-color: #ED280A;
}
.BgClassName
{
background-color: #ED280A;
}
</style>
border-color css
<style>
span { border-color: #ED280A; }
span { border-color: rgb(237,40,10); }
td.TdClassName
{
border-color: #ED280A;
}
.TagClassName
{
border-color: #ED280A;
}
</style>