Shades of Scarlet #EC320F
Tints of Scarlet #EC320F
RGB
CMYK
RGB Variations
Color information
#EC320F (or 0xEC320F) is known color: Scarlet. HEX triplet: EC, 32 and 0F. RGB value is (236,50,15). Sum of RGB (Red+Green+Blue) = 236+50+15=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC320F is #13CDF0. Grayscale: #656565. Windows color (decimal): -1297905 or 996076. OLE color: 996076.
HSL color Cylindrical-coordinate representation of color #EC320F: hue angle of 9.5º 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 #EC320F is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 15 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.07 |
| HSL | 9.5º | 0.88% | 0.49% | - |
| HSV(B) | 9.5º | 0.94% | 0.93% | - |
| XYZ | 35.82 | 20.15 | 2.45 | - |
| YUV | 101.62 | 79.12 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 15 | 0 | 0.79 | 0.94 | 0.07 | 9.5 | 0.88 | 0.49 |
| Hex | EC | 32 | F | 0 | 4F | 5E | 7 | A | 58 | 31 |
| Octal | 354 | 62 | 17 | 0 | 117 | 136 | 7 | 12 | 130 | 61 |
| Binary | 11101100 | 110010 | 1111 | 0 | 1001111 | 1011110 | 111 | 1010 | 1011000 | 110001 |
Color Harmonies of #EC320F
Complementary color
Monochromatic Colors of #EC320F
Black with #EC320F
Text Example
Text Example
White with #EC320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC320F; }
p { color: rgb(236,50,15); }
H1.HeaderClassName
{
color: #EC320F;
}
.AnyTagClassName
{
color: #EC320F;
}
</style>
background-color css
<style>
a { background-color: #EC320F; }
a { background-color: rgb(236,50,15); }
div.DivClassName
{
background-color: #EC320F;
}
.BgClassName
{
background-color: #EC320F;
}
</style>
border-color css
<style>
span { border-color: #EC320F; }
span { border-color: rgb(236,50,15); }
td.TdClassName
{
border-color: #EC320F;
}
.TagClassName
{
border-color: #EC320F;
}
</style>