Shades of Scarlet #ED2002
Tints of Scarlet #ED2002
RGB
CMYK
RGB Variations
Color information
#ED2002 (or 0xED2002) is known color: Scarlet. HEX triplet: ED, 20 and 02. RGB value is (237,32,2). Sum of RGB (Red+Green+Blue) = 237+32+2=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2002 is #12DFFD. Grayscale: #5A5A5A. Windows color (decimal): -1236990 or 139501. OLE color: 139501.
HSL color Cylindrical-coordinate representation of color #ED2002: hue angle of 7.66º 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 #ED2002 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.07 |
| HSL | 7.66º | 0.98% | 0.47% | - |
| HSV(B) | 7.66º | 0.99% | 0.93% | - |
| XYZ | 35.45 | 19.04 | 1.86 | - |
| YUV | 89.88 | 78.42 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 2 | 0 | 0.86 | 0.99 | 0.07 | 7.66 | 0.98 | 0.47 |
| Hex | ED | 20 | 2 | 0 | 56 | 63 | 7 | 8 | 62 | 2F |
| Octal | 355 | 40 | 2 | 0 | 126 | 143 | 7 | 10 | 142 | 57 |
| Binary | 11101101 | 100000 | 10 | 0 | 1010110 | 1100011 | 111 | 1000 | 1100010 | 101111 |
Color Harmonies of #ED2002
Complementary color
Monochromatic Colors of #ED2002
Black with #ED2002
Text Example
Text Example
White with #ED2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2002; }
p { color: rgb(237,32,2); }
H1.HeaderClassName
{
color: #ED2002;
}
.AnyTagClassName
{
color: #ED2002;
}
</style>
background-color css
<style>
a { background-color: #ED2002; }
a { background-color: rgb(237,32,2); }
div.DivClassName
{
background-color: #ED2002;
}
.BgClassName
{
background-color: #ED2002;
}
</style>
border-color css
<style>
span { border-color: #ED2002; }
span { border-color: rgb(237,32,2); }
td.TdClassName
{
border-color: #ED2002;
}
.TagClassName
{
border-color: #ED2002;
}
</style>