Shades of Scarlet #ED350D
Tints of Scarlet #ED350D
RGB
CMYK
RGB Variations
Color information
#ED350D (or 0xED350D) is known color: Scarlet. HEX triplet: ED, 35 and 0D. RGB value is (237,53,13). Sum of RGB (Red+Green+Blue) = 237+53+13=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED350D is #12CAF2. Grayscale: #676767. Windows color (decimal): -1231603 or 865773. OLE color: 865773.
HSL color Cylindrical-coordinate representation of color #ED350D: hue angle of 10.71º 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 #ED350D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.07 |
| HSL | 10.71º | 0.9% | 0.49% | - |
| HSV(B) | 10.71º | 0.95% | 0.93% | - |
| XYZ | 36.27 | 20.58 | 2.44 | - |
| YUV | 103.46 | 76.96 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 13 | 0 | 0.78 | 0.95 | 0.07 | 10.71 | 0.9 | 0.49 |
| Hex | ED | 35 | D | 0 | 4E | 5F | 7 | B | 5A | 31 |
| Octal | 355 | 65 | 15 | 0 | 116 | 137 | 7 | 13 | 132 | 61 |
| Binary | 11101101 | 110101 | 1101 | 0 | 1001110 | 1011111 | 111 | 1011 | 1011010 | 110001 |
Color Harmonies of #ED350D
Complementary color
Monochromatic Colors of #ED350D
Black with #ED350D
Text Example
Text Example
White with #ED350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED350D; }
p { color: rgb(237,53,13); }
H1.HeaderClassName
{
color: #ED350D;
}
.AnyTagClassName
{
color: #ED350D;
}
</style>
background-color css
<style>
a { background-color: #ED350D; }
a { background-color: rgb(237,53,13); }
div.DivClassName
{
background-color: #ED350D;
}
.BgClassName
{
background-color: #ED350D;
}
</style>
border-color css
<style>
span { border-color: #ED350D; }
span { border-color: rgb(237,53,13); }
td.TdClassName
{
border-color: #ED350D;
}
.TagClassName
{
border-color: #ED350D;
}
</style>