Shades of Scarlet #ED250C
Tints of Scarlet #ED250C
RGB
CMYK
RGB Variations
Color information
#ED250C (or 0xED250C) is known color: Scarlet. HEX triplet: ED, 25 and 0C. RGB value is (237,37,12). Sum of RGB (Red+Green+Blue) = 237+37+12=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED250C is #12DAF3. Grayscale: #5E5E5E. Windows color (decimal): -1235700 or 796141. OLE color: 796141.
HSL color Cylindrical-coordinate representation of color #ED250C: hue angle of 6.67º 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 #ED250C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.07 |
| HSL | 6.67º | 0.9% | 0.49% | - |
| HSV(B) | 6.67º | 0.95% | 0.93% | - |
| XYZ | 35.65 | 19.35 | 2.2 | - |
| YUV | 93.95 | 81.76 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 12 | 0 | 0.84 | 0.95 | 0.07 | 6.67 | 0.9 | 0.49 |
| Hex | ED | 25 | C | 0 | 54 | 5F | 7 | 7 | 5A | 31 |
| Octal | 355 | 45 | 14 | 0 | 124 | 137 | 7 | 7 | 132 | 61 |
| Binary | 11101101 | 100101 | 1100 | 0 | 1010100 | 1011111 | 111 | 111 | 1011010 | 110001 |
Color Harmonies of #ED250C
Complementary color
Monochromatic Colors of #ED250C
Black with #ED250C
Text Example
Text Example
White with #ED250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED250C; }
p { color: rgb(237,37,12); }
H1.HeaderClassName
{
color: #ED250C;
}
.AnyTagClassName
{
color: #ED250C;
}
</style>
background-color css
<style>
a { background-color: #ED250C; }
a { background-color: rgb(237,37,12); }
div.DivClassName
{
background-color: #ED250C;
}
.BgClassName
{
background-color: #ED250C;
}
</style>
border-color css
<style>
span { border-color: #ED250C; }
span { border-color: rgb(237,37,12); }
td.TdClassName
{
border-color: #ED250C;
}
.TagClassName
{
border-color: #ED250C;
}
</style>