Shades of Scarlet #E62A0D
Tints of Scarlet #E62A0D
RGB
CMYK
RGB Variations
Color information
#E62A0D (or 0xE62A0D) is known color: Scarlet. HEX triplet: E6, 2A and 0D. RGB value is (230,42,13). Sum of RGB (Red+Green+Blue) = 230+42+13=285 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.70% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62A0D is #19D5F2. Grayscale: #5F5F5F. Windows color (decimal): -1693171 or 862950. OLE color: 862950.
HSL color Cylindrical-coordinate representation of color #E62A0D: hue angle of 8.02º 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 #E62A0D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.10 |
| HSL | 8.02º | 0.89% | 0.48% | - |
| HSV(B) | 8.02º | 0.94% | 0.9% | - |
| XYZ | 33.53 | 18.51 | 2.19 | - |
| YUV | 94.91 | 81.78 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 13 | 0 | 0.82 | 0.94 | 0.10 | 8.02 | 0.89 | 0.48 |
| Hex | E6 | 2A | D | 0 | 52 | 5E | A | 8 | 59 | 30 |
| Octal | 346 | 52 | 15 | 0 | 122 | 136 | 12 | 10 | 131 | 60 |
| Binary | 11100110 | 101010 | 1101 | 0 | 1010010 | 1011110 | 1010 | 1000 | 1011001 | 110000 |
Color Harmonies of #E62A0D
Complementary color
Monochromatic Colors of #E62A0D
Black with #E62A0D
Text Example
Text Example
White with #E62A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62A0D; }
p { color: rgb(230,42,13); }
H1.HeaderClassName
{
color: #E62A0D;
}
.AnyTagClassName
{
color: #E62A0D;
}
</style>
background-color css
<style>
a { background-color: #E62A0D; }
a { background-color: rgb(230,42,13); }
div.DivClassName
{
background-color: #E62A0D;
}
.BgClassName
{
background-color: #E62A0D;
}
</style>
border-color css
<style>
span { border-color: #E62A0D; }
span { border-color: rgb(230,42,13); }
td.TdClassName
{
border-color: #E62A0D;
}
.TagClassName
{
border-color: #E62A0D;
}
</style>