Shades of Scarlet #EC2D08
Tints of Scarlet #EC2D08
RGB
CMYK
RGB Variations
Color information
#EC2D08 (or 0xEC2D08) is known color: Scarlet. HEX triplet: EC, 2D and 08. RGB value is (236,45,8). Sum of RGB (Red+Green+Blue) = 236+45+8=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2D08 is #13D2F7. Grayscale: #626262. Windows color (decimal): -1299192 or 536044. OLE color: 536044.
HSL color Cylindrical-coordinate representation of color #EC2D08: hue angle of 9.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC2D08 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 8 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.07 |
| HSL | 9.74º | 0.93% | 0.48% | - |
| HSV(B) | 9.74º | 0.97% | 0.93% | - |
| XYZ | 35.57 | 19.73 | 2.16 | - |
| YUV | 97.89 | 77.28 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 8 | 0 | 0.81 | 0.97 | 0.07 | 9.74 | 0.93 | 0.48 |
| Hex | EC | 2D | 8 | 0 | 51 | 61 | 7 | A | 5D | 30 |
| Octal | 354 | 55 | 10 | 0 | 121 | 141 | 7 | 12 | 135 | 60 |
| Binary | 11101100 | 101101 | 1000 | 0 | 1010001 | 1100001 | 111 | 1010 | 1011101 | 110000 |
Color Harmonies of #EC2D08
Complementary color
Monochromatic Colors of #EC2D08
Black with #EC2D08
Text Example
Text Example
White with #EC2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D08; }
p { color: rgb(236,45,8); }
H1.HeaderClassName
{
color: #EC2D08;
}
.AnyTagClassName
{
color: #EC2D08;
}
</style>
background-color css
<style>
a { background-color: #EC2D08; }
a { background-color: rgb(236,45,8); }
div.DivClassName
{
background-color: #EC2D08;
}
.BgClassName
{
background-color: #EC2D08;
}
</style>
border-color css
<style>
span { border-color: #EC2D08; }
span { border-color: rgb(236,45,8); }
td.TdClassName
{
border-color: #EC2D08;
}
.TagClassName
{
border-color: #EC2D08;
}
</style>