Shades of Scarlet #ED2305
Tints of Scarlet #ED2305
RGB
CMYK
RGB Variations
Color information
#ED2305 (or 0xED2305) is known color: Scarlet. HEX triplet: ED, 23 and 05. RGB value is (237,35,5). Sum of RGB (Red+Green+Blue) = 237+35+5=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2305 is #12DCFA. Grayscale: #5C5C5C. Windows color (decimal): -1236219 or 336877. OLE color: 336877.
HSL color Cylindrical-coordinate representation of color #ED2305: hue angle of 7.76º 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 #ED2305 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.07 |
| HSL | 7.76º | 0.96% | 0.47% | - |
| HSV(B) | 7.76º | 0.98% | 0.93% | - |
| XYZ | 35.55 | 19.22 | 1.98 | - |
| YUV | 91.98 | 78.92 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 5 | 0 | 0.85 | 0.98 | 0.07 | 7.76 | 0.96 | 0.47 |
| Hex | ED | 23 | 5 | 0 | 55 | 62 | 7 | 8 | 60 | 2F |
| Octal | 355 | 43 | 5 | 0 | 125 | 142 | 7 | 10 | 140 | 57 |
| Binary | 11101101 | 100011 | 101 | 0 | 1010101 | 1100010 | 111 | 1000 | 1100000 | 101111 |
Color Harmonies of #ED2305
Complementary color
Monochromatic Colors of #ED2305
Black with #ED2305
Text Example
Text Example
White with #ED2305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2305; }
p { color: rgb(237,35,5); }
H1.HeaderClassName
{
color: #ED2305;
}
.AnyTagClassName
{
color: #ED2305;
}
</style>
background-color css
<style>
a { background-color: #ED2305; }
a { background-color: rgb(237,35,5); }
div.DivClassName
{
background-color: #ED2305;
}
.BgClassName
{
background-color: #ED2305;
}
</style>
border-color css
<style>
span { border-color: #ED2305; }
span { border-color: rgb(237,35,5); }
td.TdClassName
{
border-color: #ED2305;
}
.TagClassName
{
border-color: #ED2305;
}
</style>