Shades of Scarlet #EC2305
Tints of Scarlet #EC2305
RGB
CMYK
RGB Variations
Color information
#EC2305 (or 0xEC2305) is known color: Scarlet. HEX triplet: EC, 23 and 05. RGB value is (236,35,5). Sum of RGB (Red+Green+Blue) = 236+35+5=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2305 is #13DCFA. Grayscale: #5B5B5B. Windows color (decimal): -1301755 or 336876. OLE color: 336876.
HSL color Cylindrical-coordinate representation of color #EC2305: hue angle of 7.79º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC2305 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.07 |
| HSL | 7.79º | 0.96% | 0.47% | - |
| HSV(B) | 7.79º | 0.98% | 0.93% | - |
| XYZ | 35.22 | 19.05 | 1.96 | - |
| YUV | 91.68 | 79.09 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 5 | 0 | 0.85 | 0.98 | 0.07 | 7.79 | 0.96 | 0.47 |
| Hex | EC | 23 | 5 | 0 | 55 | 62 | 7 | 8 | 60 | 2F |
| Octal | 354 | 43 | 5 | 0 | 125 | 142 | 7 | 10 | 140 | 57 |
| Binary | 11101100 | 100011 | 101 | 0 | 1010101 | 1100010 | 111 | 1000 | 1100000 | 101111 |
Color Harmonies of #EC2305
Complementary color
Monochromatic Colors of #EC2305
Black with #EC2305
Text Example
Text Example
White with #EC2305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2305; }
p { color: rgb(236,35,5); }
H1.HeaderClassName
{
color: #EC2305;
}
.AnyTagClassName
{
color: #EC2305;
}
</style>
background-color css
<style>
a { background-color: #EC2305; }
a { background-color: rgb(236,35,5); }
div.DivClassName
{
background-color: #EC2305;
}
.BgClassName
{
background-color: #EC2305;
}
</style>
border-color css
<style>
span { border-color: #EC2305; }
span { border-color: rgb(236,35,5); }
td.TdClassName
{
border-color: #EC2305;
}
.TagClassName
{
border-color: #EC2305;
}
</style>