Shades of Scarlet #ED251C
Tints of Scarlet #ED251C
RGB
CMYK
RGB Variations
Color information
#ED251C (or 0xED251C) is known color: Scarlet. HEX triplet: ED, 25 and 1C. RGB value is (237,37,28). Sum of RGB (Red+Green+Blue) = 237+37+28=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED251C is #12DAE3. Grayscale: #606060. Windows color (decimal): -1235684 or 1844717. OLE color: 1844717.
HSL color Cylindrical-coordinate representation of color #ED251C: hue angle of 2.58º 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 #ED251C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.07 |
| HSL | 2.58º | 0.85% | 0.52% | - |
| HSV(B) | 2.58º | 0.88% | 0.93% | - |
| XYZ | 35.8 | 19.41 | 2.96 | - |
| YUV | 95.77 | 89.76 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 28 | 0 | 0.84 | 0.88 | 0.07 | 2.58 | 0.85 | 0.52 |
| Hex | ED | 25 | 1C | 0 | 54 | 58 | 7 | 3 | 55 | 34 |
| Octal | 355 | 45 | 34 | 0 | 124 | 130 | 7 | 3 | 125 | 64 |
| Binary | 11101101 | 100101 | 11100 | 0 | 1010100 | 1011000 | 111 | 11 | 1010101 | 110100 |
Color Harmonies of #ED251C
Complementary color
Monochromatic Colors of #ED251C
Black with #ED251C
Text Example
Text Example
White with #ED251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED251C; }
p { color: rgb(237,37,28); }
H1.HeaderClassName
{
color: #ED251C;
}
.AnyTagClassName
{
color: #ED251C;
}
</style>
background-color css
<style>
a { background-color: #ED251C; }
a { background-color: rgb(237,37,28); }
div.DivClassName
{
background-color: #ED251C;
}
.BgClassName
{
background-color: #ED251C;
}
</style>
border-color css
<style>
span { border-color: #ED251C; }
span { border-color: rgb(237,37,28); }
td.TdClassName
{
border-color: #ED251C;
}
.TagClassName
{
border-color: #ED251C;
}
</style>