Shades of Scarlet #ED1305
Tints of Scarlet #ED1305
RGB
CMYK
RGB Variations
Color information
#ED1305 (or 0xED1305) is known color: Scarlet. HEX triplet: ED, 13 and 05. RGB value is (237,19,5). Sum of RGB (Red+Green+Blue) = 237+19+5=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1305 is #12ECFA. Grayscale: #525252. Windows color (decimal): -1240315 or 332781. OLE color: 332781.
HSL color Cylindrical-coordinate representation of color #ED1305: hue angle of 3.62º 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 #ED1305 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.07 |
| HSL | 3.62º | 0.96% | 0.47% | - |
| HSV(B) | 3.62º | 0.98% | 0.93% | - |
| XYZ | 35.19 | 18.48 | 1.86 | - |
| YUV | 82.59 | 84.22 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 5 | 0 | 0.92 | 0.98 | 0.07 | 3.62 | 0.96 | 0.47 |
| Hex | ED | 13 | 5 | 0 | 5C | 62 | 7 | 4 | 60 | 2F |
| Octal | 355 | 23 | 5 | 0 | 134 | 142 | 7 | 4 | 140 | 57 |
| Binary | 11101101 | 10011 | 101 | 0 | 1011100 | 1100010 | 111 | 100 | 1100000 | 101111 |
Color Harmonies of #ED1305
Complementary color
Monochromatic Colors of #ED1305
Black with #ED1305
Text Example
Text Example
White with #ED1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1305; }
p { color: rgb(237,19,5); }
H1.HeaderClassName
{
color: #ED1305;
}
.AnyTagClassName
{
color: #ED1305;
}
</style>
background-color css
<style>
a { background-color: #ED1305; }
a { background-color: rgb(237,19,5); }
div.DivClassName
{
background-color: #ED1305;
}
.BgClassName
{
background-color: #ED1305;
}
</style>
border-color css
<style>
span { border-color: #ED1305; }
span { border-color: rgb(237,19,5); }
td.TdClassName
{
border-color: #ED1305;
}
.TagClassName
{
border-color: #ED1305;
}
</style>