Shades of Scarlet #ED320F
Tints of Scarlet #ED320F
RGB
CMYK
RGB Variations
Color information
#ED320F (or 0xED320F) is known color: Scarlet. HEX triplet: ED, 32 and 0F. RGB value is (237,50,15). Sum of RGB (Red+Green+Blue) = 237+50+15=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED320F is #12CDF0. Grayscale: #666666. Windows color (decimal): -1232369 or 996077. OLE color: 996077.
HSL color Cylindrical-coordinate representation of color #ED320F: hue angle of 9.46º 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 #ED320F is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 15 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.07 |
| HSL | 9.46º | 0.88% | 0.49% | - |
| HSV(B) | 9.46º | 0.94% | 0.93% | - |
| XYZ | 36.15 | 20.32 | 2.47 | - |
| YUV | 101.92 | 78.95 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 15 | 0 | 0.79 | 0.94 | 0.07 | 9.46 | 0.88 | 0.49 |
| Hex | ED | 32 | F | 0 | 4F | 5E | 7 | 9 | 58 | 31 |
| Octal | 355 | 62 | 17 | 0 | 117 | 136 | 7 | 11 | 130 | 61 |
| Binary | 11101101 | 110010 | 1111 | 0 | 1001111 | 1011110 | 111 | 1001 | 1011000 | 110001 |
Color Harmonies of #ED320F
Complementary color
Monochromatic Colors of #ED320F
Black with #ED320F
Text Example
Text Example
White with #ED320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED320F; }
p { color: rgb(237,50,15); }
H1.HeaderClassName
{
color: #ED320F;
}
.AnyTagClassName
{
color: #ED320F;
}
</style>
background-color css
<style>
a { background-color: #ED320F; }
a { background-color: rgb(237,50,15); }
div.DivClassName
{
background-color: #ED320F;
}
.BgClassName
{
background-color: #ED320F;
}
</style>
border-color css
<style>
span { border-color: #ED320F; }
span { border-color: rgb(237,50,15); }
td.TdClassName
{
border-color: #ED320F;
}
.TagClassName
{
border-color: #ED320F;
}
</style>