Shades of Scarlet #ED281A
Tints of Scarlet #ED281A
RGB
CMYK
RGB Variations
Color information
#ED281A (or 0xED281A) is known color: Scarlet. HEX triplet: ED, 28 and 1A. RGB value is (237,40,26). Sum of RGB (Red+Green+Blue) = 237+40+26=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED281A is #12D7E5. Grayscale: #616161. Windows color (decimal): -1234918 or 1714413. OLE color: 1714413.
HSL color Cylindrical-coordinate representation of color #ED281A: hue angle of 3.98º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED281A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 26 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.07 |
| HSL | 3.98º | 0.85% | 0.52% | - |
| HSV(B) | 3.98º | 0.89% | 0.93% | - |
| XYZ | 35.87 | 19.6 | 2.87 | - |
| YUV | 97.31 | 87.77 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 26 | 0 | 0.83 | 0.89 | 0.07 | 3.98 | 0.85 | 0.52 |
| Hex | ED | 28 | 1A | 0 | 53 | 59 | 7 | 4 | 55 | 34 |
| Octal | 355 | 50 | 32 | 0 | 123 | 131 | 7 | 4 | 125 | 64 |
| Binary | 11101101 | 101000 | 11010 | 0 | 1010011 | 1011001 | 111 | 100 | 1010101 | 110100 |
Color Harmonies of #ED281A
Complementary color
Monochromatic Colors of #ED281A
Black with #ED281A
Text Example
Text Example
White with #ED281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED281A; }
p { color: rgb(237,40,26); }
H1.HeaderClassName
{
color: #ED281A;
}
.AnyTagClassName
{
color: #ED281A;
}
</style>
background-color css
<style>
a { background-color: #ED281A; }
a { background-color: rgb(237,40,26); }
div.DivClassName
{
background-color: #ED281A;
}
.BgClassName
{
background-color: #ED281A;
}
</style>
border-color css
<style>
span { border-color: #ED281A; }
span { border-color: rgb(237,40,26); }
td.TdClassName
{
border-color: #ED281A;
}
.TagClassName
{
border-color: #ED281A;
}
</style>