Shades of Scarlet #EC2302
Tints of Scarlet #EC2302
RGB
CMYK
RGB Variations
Color information
#EC2302 (or 0xEC2302) is known color: Scarlet. HEX triplet: EC, 23 and 02. RGB value is (236,35,2). Sum of RGB (Red+Green+Blue) = 236+35+2=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2302 is #13DCFD. Grayscale: #5B5B5B. Windows color (decimal): -1301758 or 140268. OLE color: 140268.
HSL color Cylindrical-coordinate representation of color #EC2302: hue angle of 8.46º 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 #EC2302 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.07 |
| HSL | 8.46º | 0.98% | 0.47% | - |
| HSV(B) | 8.46º | 0.99% | 0.93% | - |
| XYZ | 35.2 | 19.04 | 1.88 | - |
| YUV | 91.34 | 77.59 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 2 | 0 | 0.85 | 0.99 | 0.07 | 8.46 | 0.98 | 0.47 |
| Hex | EC | 23 | 2 | 0 | 55 | 63 | 7 | 8 | 62 | 2F |
| Octal | 354 | 43 | 2 | 0 | 125 | 143 | 7 | 10 | 142 | 57 |
| Binary | 11101100 | 100011 | 10 | 0 | 1010101 | 1100011 | 111 | 1000 | 1100010 | 101111 |
Color Harmonies of #EC2302
Complementary color
Monochromatic Colors of #EC2302
Black with #EC2302
Text Example
Text Example
White with #EC2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2302; }
p { color: rgb(236,35,2); }
H1.HeaderClassName
{
color: #EC2302;
}
.AnyTagClassName
{
color: #EC2302;
}
</style>
background-color css
<style>
a { background-color: #EC2302; }
a { background-color: rgb(236,35,2); }
div.DivClassName
{
background-color: #EC2302;
}
.BgClassName
{
background-color: #EC2302;
}
</style>
border-color css
<style>
span { border-color: #EC2302; }
span { border-color: rgb(236,35,2); }
td.TdClassName
{
border-color: #EC2302;
}
.TagClassName
{
border-color: #EC2302;
}
</style>