Shades of Scarlet #ED3305
Tints of Scarlet #ED3305
RGB
CMYK
RGB Variations
Color information
#ED3305 (or 0xED3305) is known color: Scarlet. HEX triplet: ED, 33 and 05. RGB value is (237,51,5). Sum of RGB (Red+Green+Blue) = 237+51+5=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3305 is #12CCFA. Grayscale: #656565. Windows color (decimal): -1232123 or 340973. OLE color: 340973.
HSL color Cylindrical-coordinate representation of color #ED3305: hue angle of 11.9º 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 #ED3305 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.07 |
| HSL | 11.9º | 0.96% | 0.47% | - |
| HSV(B) | 11.9º | 0.98% | 0.93% | - |
| XYZ | 36.14 | 20.38 | 2.17 | - |
| YUV | 101.37 | 73.62 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 5 | 0 | 0.78 | 0.98 | 0.07 | 11.9 | 0.96 | 0.47 |
| Hex | ED | 33 | 5 | 0 | 4E | 62 | 7 | C | 60 | 2F |
| Octal | 355 | 63 | 5 | 0 | 116 | 142 | 7 | 14 | 140 | 57 |
| Binary | 11101101 | 110011 | 101 | 0 | 1001110 | 1100010 | 111 | 1100 | 1100000 | 101111 |
Color Harmonies of #ED3305
Complementary color
Monochromatic Colors of #ED3305
Black with #ED3305
Text Example
Text Example
White with #ED3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3305; }
p { color: rgb(237,51,5); }
H1.HeaderClassName
{
color: #ED3305;
}
.AnyTagClassName
{
color: #ED3305;
}
</style>
background-color css
<style>
a { background-color: #ED3305; }
a { background-color: rgb(237,51,5); }
div.DivClassName
{
background-color: #ED3305;
}
.BgClassName
{
background-color: #ED3305;
}
</style>
border-color css
<style>
span { border-color: #ED3305; }
span { border-color: rgb(237,51,5); }
td.TdClassName
{
border-color: #ED3305;
}
.TagClassName
{
border-color: #ED3305;
}
</style>