Shades of Scarlet #EC330F
Tints of Scarlet #EC330F
RGB
CMYK
RGB Variations
Color information
#EC330F (or 0xEC330F) is known color: Scarlet. HEX triplet: EC, 33 and 0F. RGB value is (236,51,15). Sum of RGB (Red+Green+Blue) = 236+51+15=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC330F is #13CCF0. Grayscale: #666666. Windows color (decimal): -1297649 or 996332. OLE color: 996332.
HSL color Cylindrical-coordinate representation of color #EC330F: hue angle of 9.77º 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 #EC330F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.07 |
| HSL | 9.77º | 0.88% | 0.49% | - |
| HSV(B) | 9.77º | 0.94% | 0.93% | - |
| XYZ | 35.86 | 20.24 | 2.47 | - |
| YUV | 102.21 | 78.79 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 15 | 0 | 0.78 | 0.94 | 0.07 | 9.77 | 0.88 | 0.49 |
| Hex | EC | 33 | F | 0 | 4E | 5E | 7 | A | 58 | 31 |
| Octal | 354 | 63 | 17 | 0 | 116 | 136 | 7 | 12 | 130 | 61 |
| Binary | 11101100 | 110011 | 1111 | 0 | 1001110 | 1011110 | 111 | 1010 | 1011000 | 110001 |
Color Harmonies of #EC330F
Complementary color
Monochromatic Colors of #EC330F
Black with #EC330F
Text Example
Text Example
White with #EC330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC330F; }
p { color: rgb(236,51,15); }
H1.HeaderClassName
{
color: #EC330F;
}
.AnyTagClassName
{
color: #EC330F;
}
</style>
background-color css
<style>
a { background-color: #EC330F; }
a { background-color: rgb(236,51,15); }
div.DivClassName
{
background-color: #EC330F;
}
.BgClassName
{
background-color: #EC330F;
}
</style>
border-color css
<style>
span { border-color: #EC330F; }
span { border-color: rgb(236,51,15); }
td.TdClassName
{
border-color: #EC330F;
}
.TagClassName
{
border-color: #EC330F;
}
</style>