Shades of Scarlet #EB241D
Tints of Scarlet #EB241D
RGB
CMYK
RGB Variations
Color information
#EB241D (or 0xEB241D) is known color: Scarlet. HEX triplet: EB, 24 and 1D. RGB value is (235,36,29). Sum of RGB (Red+Green+Blue) = 235+36+29=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB241D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB241D is #14DBE2. Grayscale: #5E5E5E. Windows color (decimal): -1367011 or 1909995. OLE color: 1909995.
HSL color Cylindrical-coordinate representation of color #EB241D: hue angle of 2.04º 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 #EB241D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.08 |
| HSL | 2.04º | 0.84% | 0.52% | - |
| HSV(B) | 2.04º | 0.88% | 0.92% | - |
| XYZ | 35.11 | 19.01 | 2.98 | - |
| YUV | 94.7 | 90.93 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 29 | 0 | 0.85 | 0.88 | 0.08 | 2.04 | 0.84 | 0.52 |
| Hex | EB | 24 | 1D | 0 | 55 | 58 | 8 | 2 | 54 | 34 |
| Octal | 353 | 44 | 35 | 0 | 125 | 130 | 10 | 2 | 124 | 64 |
| Binary | 11101011 | 100100 | 11101 | 0 | 1010101 | 1011000 | 1000 | 10 | 1010100 | 110100 |
Color Harmonies of #EB241D
Complementary color
Monochromatic Colors of #EB241D
Black with #EB241D
Text Example
Text Example
White with #EB241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB241D; }
p { color: rgb(235,36,29); }
H1.HeaderClassName
{
color: #EB241D;
}
.AnyTagClassName
{
color: #EB241D;
}
</style>
background-color css
<style>
a { background-color: #EB241D; }
a { background-color: rgb(235,36,29); }
div.DivClassName
{
background-color: #EB241D;
}
.BgClassName
{
background-color: #EB241D;
}
</style>
border-color css
<style>
span { border-color: #EB241D; }
span { border-color: rgb(235,36,29); }
td.TdClassName
{
border-color: #EB241D;
}
.TagClassName
{
border-color: #EB241D;
}
</style>