Shades of Scarlet #ED350F
Tints of Scarlet #ED350F
RGB
CMYK
RGB Variations
Color information
#ED350F (or 0xED350F) is known color: Scarlet. HEX triplet: ED, 35 and 0F. RGB value is (237,53,15). Sum of RGB (Red+Green+Blue) = 237+53+15=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED350F is #12CAF0. Grayscale: #686868. Windows color (decimal): -1231601 or 996845. OLE color: 996845.
HSL color Cylindrical-coordinate representation of color #ED350F: hue angle of 10.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED350F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.07 |
| HSL | 10.27º | 0.88% | 0.49% | - |
| HSV(B) | 10.27º | 0.94% | 0.93% | - |
| XYZ | 36.28 | 20.59 | 2.51 | - |
| YUV | 103.68 | 77.96 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 15 | 0 | 0.78 | 0.94 | 0.07 | 10.27 | 0.88 | 0.49 |
| Hex | ED | 35 | F | 0 | 4E | 5E | 7 | A | 58 | 31 |
| Octal | 355 | 65 | 17 | 0 | 116 | 136 | 7 | 12 | 130 | 61 |
| Binary | 11101101 | 110101 | 1111 | 0 | 1001110 | 1011110 | 111 | 1010 | 1011000 | 110001 |
Color Harmonies of #ED350F
Complementary color
Monochromatic Colors of #ED350F
Black with #ED350F
Text Example
Text Example
White with #ED350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED350F; }
p { color: rgb(237,53,15); }
H1.HeaderClassName
{
color: #ED350F;
}
.AnyTagClassName
{
color: #ED350F;
}
</style>
background-color css
<style>
a { background-color: #ED350F; }
a { background-color: rgb(237,53,15); }
div.DivClassName
{
background-color: #ED350F;
}
.BgClassName
{
background-color: #ED350F;
}
</style>
border-color css
<style>
span { border-color: #ED350F; }
span { border-color: rgb(237,53,15); }
td.TdClassName
{
border-color: #ED350F;
}
.TagClassName
{
border-color: #ED350F;
}
</style>