Shades of Scarlet #ED2301
Tints of Scarlet #ED2301
RGB
CMYK
RGB Variations
Color information
#ED2301 (or 0xED2301) is known color: Scarlet. HEX triplet: ED, 23 and 01. RGB value is (237,35,1). Sum of RGB (Red+Green+Blue) = 237+35+1=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2301 is #12DCFE. Grayscale: #5B5B5B. Windows color (decimal): -1236223 or 74733. OLE color: 74733.
HSL color Cylindrical-coordinate representation of color #ED2301: hue angle of 8.64º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED2301 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.07 |
| HSL | 8.64º | 0.99% | 0.47% | - |
| HSV(B) | 8.64º | 1% | 0.93% | - |
| XYZ | 35.53 | 19.21 | 1.86 | - |
| YUV | 91.52 | 76.92 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 1 | 0 | 0.85 | 1.00 | 0.07 | 8.64 | 0.99 | 0.47 |
| Hex | ED | 23 | 1 | 0 | 55 | 64 | 7 | 9 | 63 | 2F |
| Octal | 355 | 43 | 1 | 0 | 125 | 144 | 7 | 11 | 143 | 57 |
| Binary | 11101101 | 100011 | 1 | 0 | 1010101 | 1100100 | 111 | 1001 | 1100011 | 101111 |
Color Harmonies of #ED2301
Complementary color
Monochromatic Colors of #ED2301
Black with #ED2301
Text Example
Text Example
White with #ED2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2301; }
p { color: rgb(237,35,1); }
H1.HeaderClassName
{
color: #ED2301;
}
.AnyTagClassName
{
color: #ED2301;
}
</style>
background-color css
<style>
a { background-color: #ED2301; }
a { background-color: rgb(237,35,1); }
div.DivClassName
{
background-color: #ED2301;
}
.BgClassName
{
background-color: #ED2301;
}
</style>
border-color css
<style>
span { border-color: #ED2301; }
span { border-color: rgb(237,35,1); }
td.TdClassName
{
border-color: #ED2301;
}
.TagClassName
{
border-color: #ED2301;
}
</style>