Shades of Scarlet #EB261C
Tints of Scarlet #EB261C
RGB
CMYK
RGB Variations
Color information
#EB261C (or 0xEB261C) is known color: Scarlet. HEX triplet: EB, 26 and 1C. RGB value is (235,38,28). Sum of RGB (Red+Green+Blue) = 235+38+28=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB261C is #14D9E3. Grayscale: #606060. Windows color (decimal): -1366500 or 1844971. OLE color: 1844971.
HSL color Cylindrical-coordinate representation of color #EB261C: hue angle of 2.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB261C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.08 |
| HSL | 2.9º | 0.84% | 0.52% | - |
| HSV(B) | 2.9º | 0.88% | 0.92% | - |
| XYZ | 35.16 | 19.13 | 2.94 | - |
| YUV | 95.76 | 89.77 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 28 | 0 | 0.84 | 0.88 | 0.08 | 2.9 | 0.84 | 0.52 |
| Hex | EB | 26 | 1C | 0 | 54 | 58 | 8 | 3 | 54 | 34 |
| Octal | 353 | 46 | 34 | 0 | 124 | 130 | 10 | 3 | 124 | 64 |
| Binary | 11101011 | 100110 | 11100 | 0 | 1010100 | 1011000 | 1000 | 11 | 1010100 | 110100 |
Color Harmonies of #EB261C
Complementary color
Monochromatic Colors of #EB261C
Black with #EB261C
Text Example
Text Example
White with #EB261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB261C; }
p { color: rgb(235,38,28); }
H1.HeaderClassName
{
color: #EB261C;
}
.AnyTagClassName
{
color: #EB261C;
}
</style>
background-color css
<style>
a { background-color: #EB261C; }
a { background-color: rgb(235,38,28); }
div.DivClassName
{
background-color: #EB261C;
}
.BgClassName
{
background-color: #EB261C;
}
</style>
border-color css
<style>
span { border-color: #EB261C; }
span { border-color: rgb(235,38,28); }
td.TdClassName
{
border-color: #EB261C;
}
.TagClassName
{
border-color: #EB261C;
}
</style>