Shades of Scarlet #EB2D05
Tints of Scarlet #EB2D05
RGB
CMYK
RGB Variations
Color information
#EB2D05 (or 0xEB2D05) is known color: Scarlet. HEX triplet: EB, 2D and 05. RGB value is (235,45,5). Sum of RGB (Red+Green+Blue) = 235+45+5=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D05 is #14D2FA. Grayscale: #616161. Windows color (decimal): -1364731 or 339435. OLE color: 339435.
HSL color Cylindrical-coordinate representation of color #EB2D05: hue angle of 10.43º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB2D05 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.08 |
| HSL | 10.43º | 0.96% | 0.47% | - |
| HSV(B) | 10.43º | 0.98% | 0.92% | - |
| XYZ | 35.23 | 19.55 | 2.06 | - |
| YUV | 97.25 | 75.95 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 5 | 0 | 0.81 | 0.98 | 0.08 | 10.43 | 0.96 | 0.47 |
| Hex | EB | 2D | 5 | 0 | 51 | 62 | 8 | A | 60 | 2F |
| Octal | 353 | 55 | 5 | 0 | 121 | 142 | 10 | 12 | 140 | 57 |
| Binary | 11101011 | 101101 | 101 | 0 | 1010001 | 1100010 | 1000 | 1010 | 1100000 | 101111 |
Color Harmonies of #EB2D05
Complementary color
Monochromatic Colors of #EB2D05
Black with #EB2D05
Text Example
Text Example
White with #EB2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D05; }
p { color: rgb(235,45,5); }
H1.HeaderClassName
{
color: #EB2D05;
}
.AnyTagClassName
{
color: #EB2D05;
}
</style>
background-color css
<style>
a { background-color: #EB2D05; }
a { background-color: rgb(235,45,5); }
div.DivClassName
{
background-color: #EB2D05;
}
.BgClassName
{
background-color: #EB2D05;
}
</style>
border-color css
<style>
span { border-color: #EB2D05; }
span { border-color: rgb(235,45,5); }
td.TdClassName
{
border-color: #EB2D05;
}
.TagClassName
{
border-color: #EB2D05;
}
</style>