Shades of Scarlet #EB2D09
Tints of Scarlet #EB2D09
RGB
CMYK
RGB Variations
Color information
#EB2D09 (or 0xEB2D09) is known color: Scarlet. HEX triplet: EB, 2D and 09. RGB value is (235,45,9). Sum of RGB (Red+Green+Blue) = 235+45+9=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D09 is #14D2F6. Grayscale: #626262. Windows color (decimal): -1364727 or 601579. OLE color: 601579.
HSL color Cylindrical-coordinate representation of color #EB2D09: hue angle of 9.56º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB2D09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 9 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.08 |
| HSL | 9.56º | 0.93% | 0.48% | - |
| HSV(B) | 9.56º | 0.96% | 0.92% | - |
| XYZ | 35.25 | 19.56 | 2.18 | - |
| YUV | 97.71 | 77.95 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 9 | 0 | 0.81 | 0.96 | 0.08 | 9.56 | 0.93 | 0.48 |
| Hex | EB | 2D | 9 | 0 | 51 | 60 | 8 | A | 5D | 30 |
| Octal | 353 | 55 | 11 | 0 | 121 | 140 | 10 | 12 | 135 | 60 |
| Binary | 11101011 | 101101 | 1001 | 0 | 1010001 | 1100000 | 1000 | 1010 | 1011101 | 110000 |
Color Harmonies of #EB2D09
Complementary color
Monochromatic Colors of #EB2D09
Black with #EB2D09
Text Example
Text Example
White with #EB2D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D09; }
p { color: rgb(235,45,9); }
H1.HeaderClassName
{
color: #EB2D09;
}
.AnyTagClassName
{
color: #EB2D09;
}
</style>
background-color css
<style>
a { background-color: #EB2D09; }
a { background-color: rgb(235,45,9); }
div.DivClassName
{
background-color: #EB2D09;
}
.BgClassName
{
background-color: #EB2D09;
}
</style>
border-color css
<style>
span { border-color: #EB2D09; }
span { border-color: rgb(235,45,9); }
td.TdClassName
{
border-color: #EB2D09;
}
.TagClassName
{
border-color: #EB2D09;
}
</style>