Shades of Scarlet #ED150A
Tints of Scarlet #ED150A
RGB
CMYK
RGB Variations
Color information
#ED150A (or 0xED150A) is known color: Scarlet. HEX triplet: ED, 15 and 0A. RGB value is (237,21,10). Sum of RGB (Red+Green+Blue) = 237+21+10=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED150A is #12EAF5. Grayscale: #545454. Windows color (decimal): -1239798 or 660973. OLE color: 660973.
HSL color Cylindrical-coordinate representation of color #ED150A: hue angle of 2.91º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED150A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.07 |
| HSL | 2.91º | 0.92% | 0.48% | - |
| HSV(B) | 2.91º | 0.96% | 0.93% | - |
| XYZ | 35.25 | 18.56 | 2.01 | - |
| YUV | 84.33 | 86.06 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 10 | 0 | 0.91 | 0.96 | 0.07 | 2.91 | 0.92 | 0.48 |
| Hex | ED | 15 | A | 0 | 5B | 60 | 7 | 3 | 5C | 30 |
| Octal | 355 | 25 | 12 | 0 | 133 | 140 | 7 | 3 | 134 | 60 |
| Binary | 11101101 | 10101 | 1010 | 0 | 1011011 | 1100000 | 111 | 11 | 1011100 | 110000 |
Color Harmonies of #ED150A
Complementary color
Monochromatic Colors of #ED150A
Black with #ED150A
Text Example
Text Example
White with #ED150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED150A; }
p { color: rgb(237,21,10); }
H1.HeaderClassName
{
color: #ED150A;
}
.AnyTagClassName
{
color: #ED150A;
}
</style>
background-color css
<style>
a { background-color: #ED150A; }
a { background-color: rgb(237,21,10); }
div.DivClassName
{
background-color: #ED150A;
}
.BgClassName
{
background-color: #ED150A;
}
</style>
border-color css
<style>
span { border-color: #ED150A; }
span { border-color: rgb(237,21,10); }
td.TdClassName
{
border-color: #ED150A;
}
.TagClassName
{
border-color: #ED150A;
}
</style>