Shades of Scarlet #EC261C
Tints of Scarlet #EC261C
RGB
CMYK
RGB Variations
Color information
#EC261C (or 0xEC261C) is known color: Scarlet. HEX triplet: EC, 26 and 1C. RGB value is (236,38,28). Sum of RGB (Red+Green+Blue) = 236+38+28=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC261C is #13D9E3. Grayscale: #606060. Windows color (decimal): -1300964 or 1844972. OLE color: 1844972.
HSL color Cylindrical-coordinate representation of color #EC261C: hue angle of 2.88º 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 #EC261C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.07 |
| HSL | 2.88º | 0.85% | 0.52% | - |
| HSV(B) | 2.88º | 0.88% | 0.93% | - |
| XYZ | 35.49 | 19.3 | 2.95 | - |
| YUV | 96.06 | 89.6 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 28 | 0 | 0.84 | 0.88 | 0.07 | 2.88 | 0.85 | 0.52 |
| Hex | EC | 26 | 1C | 0 | 54 | 58 | 7 | 3 | 55 | 34 |
| Octal | 354 | 46 | 34 | 0 | 124 | 130 | 7 | 3 | 125 | 64 |
| Binary | 11101100 | 100110 | 11100 | 0 | 1010100 | 1011000 | 111 | 11 | 1010101 | 110100 |
Color Harmonies of #EC261C
Complementary color
Monochromatic Colors of #EC261C
Black with #EC261C
Text Example
Text Example
White with #EC261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC261C; }
p { color: rgb(236,38,28); }
H1.HeaderClassName
{
color: #EC261C;
}
.AnyTagClassName
{
color: #EC261C;
}
</style>
background-color css
<style>
a { background-color: #EC261C; }
a { background-color: rgb(236,38,28); }
div.DivClassName
{
background-color: #EC261C;
}
.BgClassName
{
background-color: #EC261C;
}
</style>
border-color css
<style>
span { border-color: #EC261C; }
span { border-color: rgb(236,38,28); }
td.TdClassName
{
border-color: #EC261C;
}
.TagClassName
{
border-color: #EC261C;
}
</style>