Shades of Scarlet #EB2805
Tints of Scarlet #EB2805
RGB
CMYK
RGB Variations
Color information
#EB2805 (or 0xEB2805) is known color: Scarlet. HEX triplet: EB, 28 and 05. RGB value is (235,40,5). Sum of RGB (Red+Green+Blue) = 235+40+5=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2805 is #14D7FA. Grayscale: #5E5E5E. Windows color (decimal): -1366011 or 338155. OLE color: 338155.
HSL color Cylindrical-coordinate representation of color #EB2805: hue angle of 9.13º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB2805 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.08 |
| HSL | 9.13º | 0.96% | 0.47% | - |
| HSV(B) | 9.13º | 0.98% | 0.92% | - |
| XYZ | 35.05 | 19.19 | 2 | - |
| YUV | 94.32 | 77.6 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 5 | 0 | 0.83 | 0.98 | 0.08 | 9.13 | 0.96 | 0.47 |
| Hex | EB | 28 | 5 | 0 | 53 | 62 | 8 | 9 | 60 | 2F |
| Octal | 353 | 50 | 5 | 0 | 123 | 142 | 10 | 11 | 140 | 57 |
| Binary | 11101011 | 101000 | 101 | 0 | 1010011 | 1100010 | 1000 | 1001 | 1100000 | 101111 |
Color Harmonies of #EB2805
Complementary color
Monochromatic Colors of #EB2805
Black with #EB2805
Text Example
Text Example
White with #EB2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2805; }
p { color: rgb(235,40,5); }
H1.HeaderClassName
{
color: #EB2805;
}
.AnyTagClassName
{
color: #EB2805;
}
</style>
background-color css
<style>
a { background-color: #EB2805; }
a { background-color: rgb(235,40,5); }
div.DivClassName
{
background-color: #EB2805;
}
.BgClassName
{
background-color: #EB2805;
}
</style>
border-color css
<style>
span { border-color: #EB2805; }
span { border-color: rgb(235,40,5); }
td.TdClassName
{
border-color: #EB2805;
}
.TagClassName
{
border-color: #EB2805;
}
</style>