Shades of Scarlet #ED260F
Tints of Scarlet #ED260F
RGB
CMYK
RGB Variations
Color information
#ED260F (or 0xED260F) is known color: Scarlet. HEX triplet: ED, 26 and 0F. RGB value is (237,38,15). Sum of RGB (Red+Green+Blue) = 237+38+15=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED260F is #12D9F0. Grayscale: #5F5F5F. Windows color (decimal): -1235441 or 993005. OLE color: 993005.
HSL color Cylindrical-coordinate representation of color #ED260F: hue angle of 6.22º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED260F is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 15 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.07 |
| HSL | 6.22º | 0.88% | 0.49% | - |
| HSV(B) | 6.22º | 0.94% | 0.93% | - |
| XYZ | 35.7 | 19.43 | 2.32 | - |
| YUV | 94.88 | 82.93 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 15 | 0 | 0.84 | 0.94 | 0.07 | 6.22 | 0.88 | 0.49 |
| Hex | ED | 26 | F | 0 | 54 | 5E | 7 | 6 | 58 | 31 |
| Octal | 355 | 46 | 17 | 0 | 124 | 136 | 7 | 6 | 130 | 61 |
| Binary | 11101101 | 100110 | 1111 | 0 | 1010100 | 1011110 | 111 | 110 | 1011000 | 110001 |
Color Harmonies of #ED260F
Complementary color
Monochromatic Colors of #ED260F
Black with #ED260F
Text Example
Text Example
White with #ED260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED260F; }
p { color: rgb(237,38,15); }
H1.HeaderClassName
{
color: #ED260F;
}
.AnyTagClassName
{
color: #ED260F;
}
</style>
background-color css
<style>
a { background-color: #ED260F; }
a { background-color: rgb(237,38,15); }
div.DivClassName
{
background-color: #ED260F;
}
.BgClassName
{
background-color: #ED260F;
}
</style>
border-color css
<style>
span { border-color: #ED260F; }
span { border-color: rgb(237,38,15); }
td.TdClassName
{
border-color: #ED260F;
}
.TagClassName
{
border-color: #ED260F;
}
</style>