Shades of Scarlet #ED150D
Tints of Scarlet #ED150D
RGB
CMYK
RGB Variations
Color information
#ED150D (or 0xED150D) is known color: Scarlet. HEX triplet: ED, 15 and 0D. RGB value is (237,21,13). Sum of RGB (Red+Green+Blue) = 237+21+13=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED150D is #12EAF2. Grayscale: #545454. Windows color (decimal): -1239795 or 857581. OLE color: 857581.
HSL color Cylindrical-coordinate representation of color #ED150D: hue angle of 2.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED150D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.07 |
| HSL | 2.14º | 0.9% | 0.49% | - |
| HSV(B) | 2.14º | 0.95% | 0.93% | - |
| XYZ | 35.27 | 18.57 | 2.11 | - |
| YUV | 84.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 13 | 0 | 0.91 | 0.95 | 0.07 | 2.14 | 0.9 | 0.49 |
| Hex | ED | 15 | D | 0 | 5B | 5F | 7 | 2 | 5A | 31 |
| Octal | 355 | 25 | 15 | 0 | 133 | 137 | 7 | 2 | 132 | 61 |
| Binary | 11101101 | 10101 | 1101 | 0 | 1011011 | 1011111 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #ED150D
Complementary color
Monochromatic Colors of #ED150D
Black with #ED150D
Text Example
Text Example
White with #ED150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED150D; }
p { color: rgb(237,21,13); }
H1.HeaderClassName
{
color: #ED150D;
}
.AnyTagClassName
{
color: #ED150D;
}
</style>
background-color css
<style>
a { background-color: #ED150D; }
a { background-color: rgb(237,21,13); }
div.DivClassName
{
background-color: #ED150D;
}
.BgClassName
{
background-color: #ED150D;
}
</style>
border-color css
<style>
span { border-color: #ED150D; }
span { border-color: rgb(237,21,13); }
td.TdClassName
{
border-color: #ED150D;
}
.TagClassName
{
border-color: #ED150D;
}
</style>