Shades of Scarlet #EB2D07
Tints of Scarlet #EB2D07
RGB
CMYK
RGB Variations
Color information
#EB2D07 (or 0xEB2D07) is known color: Scarlet. HEX triplet: EB, 2D and 07. RGB value is (235,45,7). Sum of RGB (Red+Green+Blue) = 235+45+7=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D07 is #14D2F8. Grayscale: #616161. Windows color (decimal): -1364729 or 470507. OLE color: 470507.
HSL color Cylindrical-coordinate representation of color #EB2D07: hue angle of 10º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB2D07 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 7 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.08 |
| HSL | 10º | 0.94% | 0.47% | - |
| HSV(B) | 10º | 0.97% | 0.92% | - |
| XYZ | 35.24 | 19.55 | 2.12 | - |
| YUV | 97.48 | 76.95 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 7 | 0 | 0.81 | 0.97 | 0.08 | 10 | 0.94 | 0.47 |
| Hex | EB | 2D | 7 | 0 | 51 | 61 | 8 | A | 5E | 2F |
| Octal | 353 | 55 | 7 | 0 | 121 | 141 | 10 | 12 | 136 | 57 |
| Binary | 11101011 | 101101 | 111 | 0 | 1010001 | 1100001 | 1000 | 1010 | 1011110 | 101111 |
Color Harmonies of #EB2D07
Complementary color
Monochromatic Colors of #EB2D07
Black with #EB2D07
Text Example
Text Example
White with #EB2D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D07; }
p { color: rgb(235,45,7); }
H1.HeaderClassName
{
color: #EB2D07;
}
.AnyTagClassName
{
color: #EB2D07;
}
</style>
background-color css
<style>
a { background-color: #EB2D07; }
a { background-color: rgb(235,45,7); }
div.DivClassName
{
background-color: #EB2D07;
}
.BgClassName
{
background-color: #EB2D07;
}
</style>
border-color css
<style>
span { border-color: #EB2D07; }
span { border-color: rgb(235,45,7); }
td.TdClassName
{
border-color: #EB2D07;
}
.TagClassName
{
border-color: #EB2D07;
}
</style>