Shades of Scarlet #ED281C
Tints of Scarlet #ED281C
RGB
CMYK
RGB Variations
Color information
#ED281C (or 0xED281C) is known color: Scarlet. HEX triplet: ED, 28 and 1C. RGB value is (237,40,28). Sum of RGB (Red+Green+Blue) = 237+40+28=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED281C is #12D7E3. Grayscale: #616161. Windows color (decimal): -1234916 or 1845485. OLE color: 1845485.
HSL color Cylindrical-coordinate representation of color #ED281C: hue angle of 3.44º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED281C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 28 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.07 |
| HSL | 3.44º | 0.85% | 0.52% | - |
| HSV(B) | 3.44º | 0.88% | 0.93% | - |
| XYZ | 35.89 | 19.61 | 2.99 | - |
| YUV | 97.54 | 88.77 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 28 | 0 | 0.83 | 0.88 | 0.07 | 3.44 | 0.85 | 0.52 |
| Hex | ED | 28 | 1C | 0 | 53 | 58 | 7 | 3 | 55 | 34 |
| Octal | 355 | 50 | 34 | 0 | 123 | 130 | 7 | 3 | 125 | 64 |
| Binary | 11101101 | 101000 | 11100 | 0 | 1010011 | 1011000 | 111 | 11 | 1010101 | 110100 |
Color Harmonies of #ED281C
Complementary color
Monochromatic Colors of #ED281C
Black with #ED281C
Text Example
Text Example
White with #ED281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED281C; }
p { color: rgb(237,40,28); }
H1.HeaderClassName
{
color: #ED281C;
}
.AnyTagClassName
{
color: #ED281C;
}
</style>
background-color css
<style>
a { background-color: #ED281C; }
a { background-color: rgb(237,40,28); }
div.DivClassName
{
background-color: #ED281C;
}
.BgClassName
{
background-color: #ED281C;
}
</style>
border-color css
<style>
span { border-color: #ED281C; }
span { border-color: rgb(237,40,28); }
td.TdClassName
{
border-color: #ED281C;
}
.TagClassName
{
border-color: #ED281C;
}
</style>