Shades of Scarlet #ED310D
Tints of Scarlet #ED310D
RGB
CMYK
RGB Variations
Color information
#ED310D (or 0xED310D) is known color: Scarlet. HEX triplet: ED, 31 and 0D. RGB value is (237,49,13). Sum of RGB (Red+Green+Blue) = 237+49+13=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED310D is #12CEF2. Grayscale: #656565. Windows color (decimal): -1232627 or 864749. OLE color: 864749.
HSL color Cylindrical-coordinate representation of color #ED310D: hue angle of 9.64º 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 #ED310D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.07 |
| HSL | 9.64º | 0.9% | 0.49% | - |
| HSV(B) | 9.64º | 0.95% | 0.93% | - |
| XYZ | 36.1 | 20.23 | 2.38 | - |
| YUV | 101.11 | 78.28 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 13 | 0 | 0.79 | 0.95 | 0.07 | 9.64 | 0.9 | 0.49 |
| Hex | ED | 31 | D | 0 | 4F | 5F | 7 | A | 5A | 31 |
| Octal | 355 | 61 | 15 | 0 | 117 | 137 | 7 | 12 | 132 | 61 |
| Binary | 11101101 | 110001 | 1101 | 0 | 1001111 | 1011111 | 111 | 1010 | 1011010 | 110001 |
Color Harmonies of #ED310D
Complementary color
Monochromatic Colors of #ED310D
Black with #ED310D
Text Example
Text Example
White with #ED310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED310D; }
p { color: rgb(237,49,13); }
H1.HeaderClassName
{
color: #ED310D;
}
.AnyTagClassName
{
color: #ED310D;
}
</style>
background-color css
<style>
a { background-color: #ED310D; }
a { background-color: rgb(237,49,13); }
div.DivClassName
{
background-color: #ED310D;
}
.BgClassName
{
background-color: #ED310D;
}
</style>
border-color css
<style>
span { border-color: #ED310D; }
span { border-color: rgb(237,49,13); }
td.TdClassName
{
border-color: #ED310D;
}
.TagClassName
{
border-color: #ED310D;
}
</style>