Shades of Scarlet #ED261B
Tints of Scarlet #ED261B
RGB
CMYK
RGB Variations
Color information
#ED261B (or 0xED261B) is known color: Scarlet. HEX triplet: ED, 26 and 1B. RGB value is (237,38,27). Sum of RGB (Red+Green+Blue) = 237+38+27=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED261B is #12D9E4. Grayscale: #606060. Windows color (decimal): -1235429 or 1779437. OLE color: 1779437.
HSL color Cylindrical-coordinate representation of color #ED261B: hue angle of 3.14º 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 #ED261B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.07 |
| HSL | 3.14º | 0.85% | 0.52% | - |
| HSV(B) | 3.14º | 0.89% | 0.93% | - |
| XYZ | 35.82 | 19.47 | 2.91 | - |
| YUV | 96.25 | 88.93 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 27 | 0 | 0.84 | 0.89 | 0.07 | 3.14 | 0.85 | 0.52 |
| Hex | ED | 26 | 1B | 0 | 54 | 59 | 7 | 3 | 55 | 34 |
| Octal | 355 | 46 | 33 | 0 | 124 | 131 | 7 | 3 | 125 | 64 |
| Binary | 11101101 | 100110 | 11011 | 0 | 1010100 | 1011001 | 111 | 11 | 1010101 | 110100 |
Color Harmonies of #ED261B
Complementary color
Monochromatic Colors of #ED261B
Black with #ED261B
Text Example
Text Example
White with #ED261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED261B; }
p { color: rgb(237,38,27); }
H1.HeaderClassName
{
color: #ED261B;
}
.AnyTagClassName
{
color: #ED261B;
}
</style>
background-color css
<style>
a { background-color: #ED261B; }
a { background-color: rgb(237,38,27); }
div.DivClassName
{
background-color: #ED261B;
}
.BgClassName
{
background-color: #ED261B;
}
</style>
border-color css
<style>
span { border-color: #ED261B; }
span { border-color: rgb(237,38,27); }
td.TdClassName
{
border-color: #ED261B;
}
.TagClassName
{
border-color: #ED261B;
}
</style>