Shades of Scarlet #ED180D
Tints of Scarlet #ED180D
RGB
CMYK
RGB Variations
Color information
#ED180D (or 0xED180D) is known color: Scarlet. HEX triplet: ED, 18 and 0D. RGB value is (237,24,13). Sum of RGB (Red+Green+Blue) = 237+24+13=274 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.50% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 237 - color contains mainly: red. Hex color #ED180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED180D is #12E7F2. Grayscale: #565656. Windows color (decimal): -1239027 or 858349. OLE color: 858349.
HSL color Cylindrical-coordinate representation of color #ED180D: hue angle of 2.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED180D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 13 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.07 |
| HSL | 2.95º | 0.9% | 0.49% | - |
| HSV(B) | 2.95º | 0.95% | 0.93% | - |
| XYZ | 35.32 | 18.69 | 2.13 | - |
| YUV | 86.43 | 86.57 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 13 | 0 | 0.90 | 0.95 | 0.07 | 2.95 | 0.9 | 0.49 |
| Hex | ED | 18 | D | 0 | 5A | 5F | 7 | 3 | 5A | 31 |
| Octal | 355 | 30 | 15 | 0 | 132 | 137 | 7 | 3 | 132 | 61 |
| Binary | 11101101 | 11000 | 1101 | 0 | 1011010 | 1011111 | 111 | 11 | 1011010 | 110001 |
Color Harmonies of #ED180D
Complementary color
Monochromatic Colors of #ED180D
Black with #ED180D
Text Example
Text Example
White with #ED180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED180D; }
p { color: rgb(237,24,13); }
H1.HeaderClassName
{
color: #ED180D;
}
.AnyTagClassName
{
color: #ED180D;
}
</style>
background-color css
<style>
a { background-color: #ED180D; }
a { background-color: rgb(237,24,13); }
div.DivClassName
{
background-color: #ED180D;
}
.BgClassName
{
background-color: #ED180D;
}
</style>
border-color css
<style>
span { border-color: #ED180D; }
span { border-color: rgb(237,24,13); }
td.TdClassName
{
border-color: #ED180D;
}
.TagClassName
{
border-color: #ED180D;
}
</style>