Shades of Scarlet #EB2D17
Tints of Scarlet #EB2D17
RGB
CMYK
RGB Variations
Color information
#EB2D17 (or 0xEB2D17) is known color: Scarlet. HEX triplet: EB, 2D and 17. RGB value is (235,45,23). Sum of RGB (Red+Green+Blue) = 235+45+23=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D17 is #14D2E8. Grayscale: #636363. Windows color (decimal): -1364713 or 1519083. OLE color: 1519083.
HSL color Cylindrical-coordinate representation of color #EB2D17: hue angle of 6.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB2D17 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 23 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.08 |
| HSL | 6.23º | 0.84% | 0.51% | - |
| HSV(B) | 6.23º | 0.9% | 0.92% | - |
| XYZ | 35.35 | 19.6 | 2.73 | - |
| YUV | 99.3 | 84.95 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 23 | 0 | 0.81 | 0.90 | 0.08 | 6.23 | 0.84 | 0.51 |
| Hex | EB | 2D | 17 | 0 | 51 | 5A | 8 | 6 | 54 | 33 |
| Octal | 353 | 55 | 27 | 0 | 121 | 132 | 10 | 6 | 124 | 63 |
| Binary | 11101011 | 101101 | 10111 | 0 | 1010001 | 1011010 | 1000 | 110 | 1010100 | 110011 |
Color Harmonies of #EB2D17
Complementary color
Monochromatic Colors of #EB2D17
Black with #EB2D17
Text Example
Text Example
White with #EB2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D17; }
p { color: rgb(235,45,23); }
H1.HeaderClassName
{
color: #EB2D17;
}
.AnyTagClassName
{
color: #EB2D17;
}
</style>
background-color css
<style>
a { background-color: #EB2D17; }
a { background-color: rgb(235,45,23); }
div.DivClassName
{
background-color: #EB2D17;
}
.BgClassName
{
background-color: #EB2D17;
}
</style>
border-color css
<style>
span { border-color: #EB2D17; }
span { border-color: rgb(235,45,23); }
td.TdClassName
{
border-color: #EB2D17;
}
.TagClassName
{
border-color: #EB2D17;
}
</style>