Shades of Scarlet #ED1502
Tints of Scarlet #ED1502
RGB
CMYK
RGB Variations
Color information
#ED1502 (or 0xED1502) is known color: Scarlet. HEX triplet: ED, 15 and 02. RGB value is (237,21,2). Sum of RGB (Red+Green+Blue) = 237+21+2=260 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.15% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1502 is #12EAFD. Grayscale: #535353. Windows color (decimal): -1239806 or 136685. OLE color: 136685.
HSL color Cylindrical-coordinate representation of color #ED1502: hue angle of 4.85º 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 #ED1502 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.07 |
| HSL | 4.85º | 0.98% | 0.47% | - |
| HSV(B) | 4.85º | 0.99% | 0.93% | - |
| XYZ | 35.2 | 18.55 | 1.78 | - |
| YUV | 83.42 | 82.06 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 2 | 0 | 0.91 | 0.99 | 0.07 | 4.85 | 0.98 | 0.47 |
| Hex | ED | 15 | 2 | 0 | 5B | 63 | 7 | 5 | 62 | 2F |
| Octal | 355 | 25 | 2 | 0 | 133 | 143 | 7 | 5 | 142 | 57 |
| Binary | 11101101 | 10101 | 10 | 0 | 1011011 | 1100011 | 111 | 101 | 1100010 | 101111 |
Color Harmonies of #ED1502
Complementary color
Monochromatic Colors of #ED1502
Black with #ED1502
Text Example
Text Example
White with #ED1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1502; }
p { color: rgb(237,21,2); }
H1.HeaderClassName
{
color: #ED1502;
}
.AnyTagClassName
{
color: #ED1502;
}
</style>
background-color css
<style>
a { background-color: #ED1502; }
a { background-color: rgb(237,21,2); }
div.DivClassName
{
background-color: #ED1502;
}
.BgClassName
{
background-color: #ED1502;
}
</style>
border-color css
<style>
span { border-color: #ED1502; }
span { border-color: rgb(237,21,2); }
td.TdClassName
{
border-color: #ED1502;
}
.TagClassName
{
border-color: #ED1502;
}
</style>