Shades of Scarlet #EB2A0B
Tints of Scarlet #EB2A0B
RGB
CMYK
RGB Variations
Color information
#EB2A0B (or 0xEB2A0B) is known color: Scarlet. HEX triplet: EB, 2A and 0B. RGB value is (235,42,11). Sum of RGB (Red+Green+Blue) = 235+42+11=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2A0B is #14D5F4. Grayscale: #606060. Windows color (decimal): -1365493 or 731883. OLE color: 731883.
HSL color Cylindrical-coordinate representation of color #EB2A0B: hue angle of 8.3º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB2A0B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.08 |
| HSL | 8.3º | 0.91% | 0.48% | - |
| HSV(B) | 8.3º | 0.95% | 0.92% | - |
| XYZ | 35.15 | 19.34 | 2.2 | - |
| YUV | 96.17 | 79.94 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 11 | 0 | 0.82 | 0.95 | 0.08 | 8.3 | 0.91 | 0.48 |
| Hex | EB | 2A | B | 0 | 52 | 5F | 8 | 8 | 5B | 30 |
| Octal | 353 | 52 | 13 | 0 | 122 | 137 | 10 | 10 | 133 | 60 |
| Binary | 11101011 | 101010 | 1011 | 0 | 1010010 | 1011111 | 1000 | 1000 | 1011011 | 110000 |
Color Harmonies of #EB2A0B
Complementary color
Monochromatic Colors of #EB2A0B
Black with #EB2A0B
Text Example
Text Example
White with #EB2A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A0B; }
p { color: rgb(235,42,11); }
H1.HeaderClassName
{
color: #EB2A0B;
}
.AnyTagClassName
{
color: #EB2A0B;
}
</style>
background-color css
<style>
a { background-color: #EB2A0B; }
a { background-color: rgb(235,42,11); }
div.DivClassName
{
background-color: #EB2A0B;
}
.BgClassName
{
background-color: #EB2A0B;
}
</style>
border-color css
<style>
span { border-color: #EB2A0B; }
span { border-color: rgb(235,42,11); }
td.TdClassName
{
border-color: #EB2A0B;
}
.TagClassName
{
border-color: #EB2A0B;
}
</style>