Shades of Scarlet #E62D0D
Tints of Scarlet #E62D0D
RGB
CMYK
RGB Variations
Color information
#E62D0D (or 0xE62D0D) is known color: Scarlet. HEX triplet: E6, 2D and 0D. RGB value is (230,45,13). Sum of RGB (Red+Green+Blue) = 230+45+13=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62D0D is #19D2F2. Grayscale: #606060. Windows color (decimal): -1692403 or 863718. OLE color: 863718.
HSL color Cylindrical-coordinate representation of color #E62D0D: hue angle of 8.85º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E62D0D is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 13 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.10 |
| HSL | 8.85º | 0.89% | 0.48% | - |
| HSV(B) | 8.85º | 0.94% | 0.9% | - |
| XYZ | 33.64 | 18.73 | 2.22 | - |
| YUV | 96.67 | 80.79 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 13 | 0 | 0.80 | 0.94 | 0.10 | 8.85 | 0.89 | 0.48 |
| Hex | E6 | 2D | D | 0 | 50 | 5E | A | 9 | 59 | 30 |
| Octal | 346 | 55 | 15 | 0 | 120 | 136 | 12 | 11 | 131 | 60 |
| Binary | 11100110 | 101101 | 1101 | 0 | 1010000 | 1011110 | 1010 | 1001 | 1011001 | 110000 |
Color Harmonies of #E62D0D
Complementary color
Monochromatic Colors of #E62D0D
Black with #E62D0D
Text Example
Text Example
White with #E62D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D0D; }
p { color: rgb(230,45,13); }
H1.HeaderClassName
{
color: #E62D0D;
}
.AnyTagClassName
{
color: #E62D0D;
}
</style>
background-color css
<style>
a { background-color: #E62D0D; }
a { background-color: rgb(230,45,13); }
div.DivClassName
{
background-color: #E62D0D;
}
.BgClassName
{
background-color: #E62D0D;
}
</style>
border-color css
<style>
span { border-color: #E62D0D; }
span { border-color: rgb(230,45,13); }
td.TdClassName
{
border-color: #E62D0D;
}
.TagClassName
{
border-color: #E62D0D;
}
</style>