Shades of Scarlet #EB231C
Tints of Scarlet #EB231C
RGB
CMYK
RGB Variations
Color information
#EB231C (or 0xEB231C) is known color: Scarlet. HEX triplet: EB, 23 and 1C. RGB value is (235,35,28). Sum of RGB (Red+Green+Blue) = 235+35+28=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB231C is #14DCE3. Grayscale: #5E5E5E. Windows color (decimal): -1367268 or 1844203. OLE color: 1844203.
HSL color Cylindrical-coordinate representation of color #EB231C: hue angle of 2.03º 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 #EB231C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 35 | 28 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.08 |
| HSL | 2.03º | 0.84% | 0.52% | - |
| HSV(B) | 2.03º | 0.88% | 0.92% | - |
| XYZ | 35.07 | 18.95 | 2.91 | - |
| YUV | 94 | 90.76 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 35 | 28 | 0 | 0.85 | 0.88 | 0.08 | 2.03 | 0.84 | 0.52 |
| Hex | EB | 23 | 1C | 0 | 55 | 58 | 8 | 2 | 54 | 34 |
| Octal | 353 | 43 | 34 | 0 | 125 | 130 | 10 | 2 | 124 | 64 |
| Binary | 11101011 | 100011 | 11100 | 0 | 1010101 | 1011000 | 1000 | 10 | 1010100 | 110100 |
Color Harmonies of #EB231C
Complementary color
Monochromatic Colors of #EB231C
Black with #EB231C
Text Example
Text Example
White with #EB231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB231C; }
p { color: rgb(235,35,28); }
H1.HeaderClassName
{
color: #EB231C;
}
.AnyTagClassName
{
color: #EB231C;
}
</style>
background-color css
<style>
a { background-color: #EB231C; }
a { background-color: rgb(235,35,28); }
div.DivClassName
{
background-color: #EB231C;
}
.BgClassName
{
background-color: #EB231C;
}
</style>
border-color css
<style>
span { border-color: #EB231C; }
span { border-color: rgb(235,35,28); }
td.TdClassName
{
border-color: #EB231C;
}
.TagClassName
{
border-color: #EB231C;
}
</style>