Shades of Scarlet #E62D0A
Tints of Scarlet #E62D0A
RGB
CMYK
RGB Variations
Color information
#E62D0A (or 0xE62D0A) is known color: Scarlet. HEX triplet: E6, 2D and 0A. RGB value is (230,45,10). Sum of RGB (Red+Green+Blue) = 230+45+10=285 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.70% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62D0A is #19D2F5. Grayscale: #606060. Windows color (decimal): -1692406 or 667110. OLE color: 667110.
HSL color Cylindrical-coordinate representation of color #E62D0A: hue angle of 9.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E62D0A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 10 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.10 |
| HSL | 9.55º | 0.92% | 0.47% | - |
| HSV(B) | 9.55º | 0.96% | 0.9% | - |
| XYZ | 33.63 | 18.72 | 2.13 | - |
| YUV | 96.33 | 79.29 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 10 | 0 | 0.80 | 0.96 | 0.10 | 9.55 | 0.92 | 0.47 |
| Hex | E6 | 2D | A | 0 | 50 | 60 | A | A | 5C | 2F |
| Octal | 346 | 55 | 12 | 0 | 120 | 140 | 12 | 12 | 134 | 57 |
| Binary | 11100110 | 101101 | 1010 | 0 | 1010000 | 1100000 | 1010 | 1010 | 1011100 | 101111 |
Color Harmonies of #E62D0A
Complementary color
Monochromatic Colors of #E62D0A
Black with #E62D0A
Text Example
Text Example
White with #E62D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D0A; }
p { color: rgb(230,45,10); }
H1.HeaderClassName
{
color: #E62D0A;
}
.AnyTagClassName
{
color: #E62D0A;
}
</style>
background-color css
<style>
a { background-color: #E62D0A; }
a { background-color: rgb(230,45,10); }
div.DivClassName
{
background-color: #E62D0A;
}
.BgClassName
{
background-color: #E62D0A;
}
</style>
border-color css
<style>
span { border-color: #E62D0A; }
span { border-color: rgb(230,45,10); }
td.TdClassName
{
border-color: #E62D0A;
}
.TagClassName
{
border-color: #E62D0A;
}
</style>