Shades of Scarlet #ED281B
Tints of Scarlet #ED281B
RGB
CMYK
RGB Variations
Color information
#ED281B (or 0xED281B) is known color: Scarlet. HEX triplet: ED, 28 and 1B. RGB value is (237,40,27). Sum of RGB (Red+Green+Blue) = 237+40+27=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED281B is #12D7E4. Grayscale: #616161. Windows color (decimal): -1234917 or 1779949. OLE color: 1779949.
HSL color Cylindrical-coordinate representation of color #ED281B: hue angle of 3.71º 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 #ED281B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.07 |
| HSL | 3.71º | 0.85% | 0.52% | - |
| HSV(B) | 3.71º | 0.89% | 0.93% | - |
| XYZ | 35.88 | 19.6 | 2.93 | - |
| YUV | 97.42 | 88.27 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 27 | 0 | 0.83 | 0.89 | 0.07 | 3.71 | 0.85 | 0.52 |
| Hex | ED | 28 | 1B | 0 | 53 | 59 | 7 | 4 | 55 | 34 |
| Octal | 355 | 50 | 33 | 0 | 123 | 131 | 7 | 4 | 125 | 64 |
| Binary | 11101101 | 101000 | 11011 | 0 | 1010011 | 1011001 | 111 | 100 | 1010101 | 110100 |
Color Harmonies of #ED281B
Complementary color
Monochromatic Colors of #ED281B
Black with #ED281B
Text Example
Text Example
White with #ED281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED281B; }
p { color: rgb(237,40,27); }
H1.HeaderClassName
{
color: #ED281B;
}
.AnyTagClassName
{
color: #ED281B;
}
</style>
background-color css
<style>
a { background-color: #ED281B; }
a { background-color: rgb(237,40,27); }
div.DivClassName
{
background-color: #ED281B;
}
.BgClassName
{
background-color: #ED281B;
}
</style>
border-color css
<style>
span { border-color: #ED281B; }
span { border-color: rgb(237,40,27); }
td.TdClassName
{
border-color: #ED281B;
}
.TagClassName
{
border-color: #ED281B;
}
</style>