Shades of Scarlet #EC280B
Tints of Scarlet #EC280B
RGB
CMYK
RGB Variations
Color information
#EC280B (or 0xEC280B) is known color: Scarlet. HEX triplet: EC, 28 and 0B. RGB value is (236,40,11). Sum of RGB (Red+Green+Blue) = 236+40+11=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC280B is #13D7F4. Grayscale: #5F5F5F. Windows color (decimal): -1300469 or 731372. OLE color: 731372.
HSL color Cylindrical-coordinate representation of color #EC280B: hue angle of 7.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC280B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.07 |
| HSL | 7.73º | 0.91% | 0.48% | - |
| HSV(B) | 7.73º | 0.95% | 0.93% | - |
| XYZ | 35.41 | 19.37 | 2.19 | - |
| YUV | 95.3 | 80.43 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 11 | 0 | 0.83 | 0.95 | 0.07 | 7.73 | 0.91 | 0.48 |
| Hex | EC | 28 | B | 0 | 53 | 5F | 7 | 8 | 5B | 30 |
| Octal | 354 | 50 | 13 | 0 | 123 | 137 | 7 | 10 | 133 | 60 |
| Binary | 11101100 | 101000 | 1011 | 0 | 1010011 | 1011111 | 111 | 1000 | 1011011 | 110000 |
Color Harmonies of #EC280B
Complementary color
Monochromatic Colors of #EC280B
Black with #EC280B
Text Example
Text Example
White with #EC280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC280B; }
p { color: rgb(236,40,11); }
H1.HeaderClassName
{
color: #EC280B;
}
.AnyTagClassName
{
color: #EC280B;
}
</style>
background-color css
<style>
a { background-color: #EC280B; }
a { background-color: rgb(236,40,11); }
div.DivClassName
{
background-color: #EC280B;
}
.BgClassName
{
background-color: #EC280B;
}
</style>
border-color css
<style>
span { border-color: #EC280B; }
span { border-color: rgb(236,40,11); }
td.TdClassName
{
border-color: #EC280B;
}
.TagClassName
{
border-color: #EC280B;
}
</style>