Shades of Scarlet #ED180A
Tints of Scarlet #ED180A
RGB
CMYK
RGB Variations
Color information
#ED180A (or 0xED180A) is known color: Scarlet. HEX triplet: ED, 18 and 0A. RGB value is (237,24,10). Sum of RGB (Red+Green+Blue) = 237+24+10=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED180A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED180A is #12E7F5. Grayscale: #565656. Windows color (decimal): -1239030 or 661741. OLE color: 661741.
HSL color Cylindrical-coordinate representation of color #ED180A: hue angle of 3.7º 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 #ED180A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.07 |
| HSL | 3.7º | 0.92% | 0.48% | - |
| HSV(B) | 3.7º | 0.96% | 0.93% | - |
| XYZ | 35.31 | 18.68 | 2.03 | - |
| YUV | 86.09 | 85.07 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 10 | 0 | 0.90 | 0.96 | 0.07 | 3.7 | 0.92 | 0.48 |
| Hex | ED | 18 | A | 0 | 5A | 60 | 7 | 4 | 5C | 30 |
| Octal | 355 | 30 | 12 | 0 | 132 | 140 | 7 | 4 | 134 | 60 |
| Binary | 11101101 | 11000 | 1010 | 0 | 1011010 | 1100000 | 111 | 100 | 1011100 | 110000 |
Color Harmonies of #ED180A
Complementary color
Monochromatic Colors of #ED180A
Black with #ED180A
Text Example
Text Example
White with #ED180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED180A; }
p { color: rgb(237,24,10); }
H1.HeaderClassName
{
color: #ED180A;
}
.AnyTagClassName
{
color: #ED180A;
}
</style>
background-color css
<style>
a { background-color: #ED180A; }
a { background-color: rgb(237,24,10); }
div.DivClassName
{
background-color: #ED180A;
}
.BgClassName
{
background-color: #ED180A;
}
</style>
border-color css
<style>
span { border-color: #ED180A; }
span { border-color: rgb(237,24,10); }
td.TdClassName
{
border-color: #ED180A;
}
.TagClassName
{
border-color: #ED180A;
}
</style>