Shades of Scarlet #EB2D02
Tints of Scarlet #EB2D02
RGB
CMYK
RGB Variations
Color information
#EB2D02 (or 0xEB2D02) is known color: Scarlet. HEX triplet: EB, 2D and 02. RGB value is (235,45,2). Sum of RGB (Red+Green+Blue) = 235+45+2=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D02 is #14D2FD. Grayscale: #616161. Windows color (decimal): -1364734 or 142827. OLE color: 142827.
HSL color Cylindrical-coordinate representation of color #EB2D02: hue angle of 11.07º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB2D02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.08 |
| HSL | 11.07º | 0.98% | 0.46% | - |
| HSV(B) | 11.07º | 0.99% | 0.92% | - |
| XYZ | 35.21 | 19.54 | 1.97 | - |
| YUV | 96.91 | 74.45 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 2 | 0 | 0.81 | 0.99 | 0.08 | 11.07 | 0.98 | 0.46 |
| Hex | EB | 2D | 2 | 0 | 51 | 63 | 8 | B | 62 | 2E |
| Octal | 353 | 55 | 2 | 0 | 121 | 143 | 10 | 13 | 142 | 56 |
| Binary | 11101011 | 101101 | 10 | 0 | 1010001 | 1100011 | 1000 | 1011 | 1100010 | 101110 |
Color Harmonies of #EB2D02
Complementary color
Monochromatic Colors of #EB2D02
Black with #EB2D02
Text Example
Text Example
White with #EB2D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D02; }
p { color: rgb(235,45,2); }
H1.HeaderClassName
{
color: #EB2D02;
}
.AnyTagClassName
{
color: #EB2D02;
}
</style>
background-color css
<style>
a { background-color: #EB2D02; }
a { background-color: rgb(235,45,2); }
div.DivClassName
{
background-color: #EB2D02;
}
.BgClassName
{
background-color: #EB2D02;
}
</style>
border-color css
<style>
span { border-color: #EB2D02; }
span { border-color: rgb(235,45,2); }
td.TdClassName
{
border-color: #EB2D02;
}
.TagClassName
{
border-color: #EB2D02;
}
</style>