Shades of Scarlet #EB281B
Tints of Scarlet #EB281B
RGB
CMYK
RGB Variations
Color information
#EB281B (or 0xEB281B) is known color: Scarlet. HEX triplet: EB, 28 and 1B. RGB value is (235,40,27). Sum of RGB (Red+Green+Blue) = 235+40+27=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB281B is #14D7E4. Grayscale: #616161. Windows color (decimal): -1365989 or 1779947. OLE color: 1779947.
HSL color Cylindrical-coordinate representation of color #EB281B: hue angle of 3.75º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB281B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.08 |
| HSL | 3.75º | 0.84% | 0.51% | - |
| HSV(B) | 3.75º | 0.89% | 0.92% | - |
| XYZ | 35.22 | 19.26 | 2.9 | - |
| YUV | 96.82 | 88.6 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 27 | 0 | 0.83 | 0.89 | 0.08 | 3.75 | 0.84 | 0.51 |
| Hex | EB | 28 | 1B | 0 | 53 | 59 | 8 | 4 | 54 | 33 |
| Octal | 353 | 50 | 33 | 0 | 123 | 131 | 10 | 4 | 124 | 63 |
| Binary | 11101011 | 101000 | 11011 | 0 | 1010011 | 1011001 | 1000 | 100 | 1010100 | 110011 |
Color Harmonies of #EB281B
Complementary color
Monochromatic Colors of #EB281B
Black with #EB281B
Text Example
Text Example
White with #EB281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB281B; }
p { color: rgb(235,40,27); }
H1.HeaderClassName
{
color: #EB281B;
}
.AnyTagClassName
{
color: #EB281B;
}
</style>
background-color css
<style>
a { background-color: #EB281B; }
a { background-color: rgb(235,40,27); }
div.DivClassName
{
background-color: #EB281B;
}
.BgClassName
{
background-color: #EB281B;
}
</style>
border-color css
<style>
span { border-color: #EB281B; }
span { border-color: rgb(235,40,27); }
td.TdClassName
{
border-color: #EB281B;
}
.TagClassName
{
border-color: #EB281B;
}
</style>