Shades of Scarlet #ED2201
Tints of Scarlet #ED2201
RGB
CMYK
RGB Variations
Color information
#ED2201 (or 0xED2201) is known color: Scarlet. HEX triplet: ED, 22 and 01. RGB value is (237,34,1). Sum of RGB (Red+Green+Blue) = 237+34+1=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2201 is #12DDFE. Grayscale: #5B5B5B. Windows color (decimal): -1236479 or 74477. OLE color: 74477.
HSL color Cylindrical-coordinate representation of color #ED2201: hue angle of 8.39º 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 #ED2201 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.07 |
| HSL | 8.39º | 0.99% | 0.47% | - |
| HSV(B) | 8.39º | 1% | 0.93% | - |
| XYZ | 35.5 | 19.15 | 1.85 | - |
| YUV | 90.94 | 77.25 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 1 | 0 | 0.86 | 1.00 | 0.07 | 8.39 | 0.99 | 0.47 |
| Hex | ED | 22 | 1 | 0 | 56 | 64 | 7 | 8 | 63 | 2F |
| Octal | 355 | 42 | 1 | 0 | 126 | 144 | 7 | 10 | 143 | 57 |
| Binary | 11101101 | 100010 | 1 | 0 | 1010110 | 1100100 | 111 | 1000 | 1100011 | 101111 |
Color Harmonies of #ED2201
Complementary color
Monochromatic Colors of #ED2201
Black with #ED2201
Text Example
Text Example
White with #ED2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2201; }
p { color: rgb(237,34,1); }
H1.HeaderClassName
{
color: #ED2201;
}
.AnyTagClassName
{
color: #ED2201;
}
</style>
background-color css
<style>
a { background-color: #ED2201; }
a { background-color: rgb(237,34,1); }
div.DivClassName
{
background-color: #ED2201;
}
.BgClassName
{
background-color: #ED2201;
}
</style>
border-color css
<style>
span { border-color: #ED2201; }
span { border-color: rgb(237,34,1); }
td.TdClassName
{
border-color: #ED2201;
}
.TagClassName
{
border-color: #ED2201;
}
</style>