Shades of Scarlet #EC2502
Tints of Scarlet #EC2502
RGB
CMYK
RGB Variations
Color information
#EC2502 (or 0xEC2502) is known color: Scarlet. HEX triplet: EC, 25 and 02. RGB value is (236,37,2). Sum of RGB (Red+Green+Blue) = 236+37+2=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2502 is #13DAFD. Grayscale: #5C5C5C. Windows color (decimal): -1301246 or 140780. OLE color: 140780.
HSL color Cylindrical-coordinate representation of color #EC2502: hue angle of 8.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC2502 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.07 |
| HSL | 8.97º | 0.98% | 0.47% | - |
| HSV(B) | 8.97º | 0.99% | 0.93% | - |
| XYZ | 35.26 | 19.16 | 1.9 | - |
| YUV | 92.51 | 76.93 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 2 | 0 | 0.84 | 0.99 | 0.07 | 8.97 | 0.98 | 0.47 |
| Hex | EC | 25 | 2 | 0 | 54 | 63 | 7 | 9 | 62 | 2F |
| Octal | 354 | 45 | 2 | 0 | 124 | 143 | 7 | 11 | 142 | 57 |
| Binary | 11101100 | 100101 | 10 | 0 | 1010100 | 1100011 | 111 | 1001 | 1100010 | 101111 |
Color Harmonies of #EC2502
Complementary color
Monochromatic Colors of #EC2502
Black with #EC2502
Text Example
Text Example
White with #EC2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2502; }
p { color: rgb(236,37,2); }
H1.HeaderClassName
{
color: #EC2502;
}
.AnyTagClassName
{
color: #EC2502;
}
</style>
background-color css
<style>
a { background-color: #EC2502; }
a { background-color: rgb(236,37,2); }
div.DivClassName
{
background-color: #EC2502;
}
.BgClassName
{
background-color: #EC2502;
}
</style>
border-color css
<style>
span { border-color: #EC2502; }
span { border-color: rgb(236,37,2); }
td.TdClassName
{
border-color: #EC2502;
}
.TagClassName
{
border-color: #EC2502;
}
</style>