Shades of Scarlet #EB261A
Tints of Scarlet #EB261A
RGB
CMYK
RGB Variations
Color information
#EB261A (or 0xEB261A) is known color: Scarlet. HEX triplet: EB, 26 and 1A. RGB value is (235,38,26). Sum of RGB (Red+Green+Blue) = 235+38+26=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB261A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB261A is #14D9E5. Grayscale: #5F5F5F. Windows color (decimal): -1366502 or 1713899. OLE color: 1713899.
HSL color Cylindrical-coordinate representation of color #EB261A: hue angle of 3.44º 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 #EB261A is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 26 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.08 |
| HSL | 3.44º | 0.84% | 0.51% | - |
| HSV(B) | 3.44º | 0.89% | 0.92% | - |
| XYZ | 35.14 | 19.12 | 2.82 | - |
| YUV | 95.54 | 88.77 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 26 | 0 | 0.84 | 0.89 | 0.08 | 3.44 | 0.84 | 0.51 |
| Hex | EB | 26 | 1A | 0 | 54 | 59 | 8 | 3 | 54 | 33 |
| Octal | 353 | 46 | 32 | 0 | 124 | 131 | 10 | 3 | 124 | 63 |
| Binary | 11101011 | 100110 | 11010 | 0 | 1010100 | 1011001 | 1000 | 11 | 1010100 | 110011 |
Color Harmonies of #EB261A
Complementary color
Monochromatic Colors of #EB261A
Black with #EB261A
Text Example
Text Example
White with #EB261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB261A; }
p { color: rgb(235,38,26); }
H1.HeaderClassName
{
color: #EB261A;
}
.AnyTagClassName
{
color: #EB261A;
}
</style>
background-color css
<style>
a { background-color: #EB261A; }
a { background-color: rgb(235,38,26); }
div.DivClassName
{
background-color: #EB261A;
}
.BgClassName
{
background-color: #EB261A;
}
</style>
border-color css
<style>
span { border-color: #EB261A; }
span { border-color: rgb(235,38,26); }
td.TdClassName
{
border-color: #EB261A;
}
.TagClassName
{
border-color: #EB261A;
}
</style>