Shades of Scarlet #ED251A
Tints of Scarlet #ED251A
RGB
CMYK
RGB Variations
Color information
#ED251A (or 0xED251A) is known color: Scarlet. HEX triplet: ED, 25 and 1A. RGB value is (237,37,26). Sum of RGB (Red+Green+Blue) = 237+37+26=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED251A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED251A is #12DAE5. Grayscale: #5F5F5F. Windows color (decimal): -1235686 or 1713645. OLE color: 1713645.
HSL color Cylindrical-coordinate representation of color #ED251A: hue angle of 3.13º 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 #ED251A is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 26 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.07 |
| HSL | 3.13º | 0.85% | 0.52% | - |
| HSV(B) | 3.13º | 0.89% | 0.93% | - |
| XYZ | 35.77 | 19.4 | 2.84 | - |
| YUV | 95.55 | 88.76 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 26 | 0 | 0.84 | 0.89 | 0.07 | 3.13 | 0.85 | 0.52 |
| Hex | ED | 25 | 1A | 0 | 54 | 59 | 7 | 3 | 55 | 34 |
| Octal | 355 | 45 | 32 | 0 | 124 | 131 | 7 | 3 | 125 | 64 |
| Binary | 11101101 | 100101 | 11010 | 0 | 1010100 | 1011001 | 111 | 11 | 1010101 | 110100 |
Color Harmonies of #ED251A
Complementary color
Monochromatic Colors of #ED251A
Black with #ED251A
Text Example
Text Example
White with #ED251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED251A; }
p { color: rgb(237,37,26); }
H1.HeaderClassName
{
color: #ED251A;
}
.AnyTagClassName
{
color: #ED251A;
}
</style>
background-color css
<style>
a { background-color: #ED251A; }
a { background-color: rgb(237,37,26); }
div.DivClassName
{
background-color: #ED251A;
}
.BgClassName
{
background-color: #ED251A;
}
</style>
border-color css
<style>
span { border-color: #ED251A; }
span { border-color: rgb(237,37,26); }
td.TdClassName
{
border-color: #ED251A;
}
.TagClassName
{
border-color: #ED251A;
}
</style>