Shades of Scarlet #E62D06
Tints of Scarlet #E62D06
RGB
CMYK
RGB Variations
Color information
#E62D06 (or 0xE62D06) is known color: Scarlet. HEX triplet: E6, 2D and 06. RGB value is (230,45,6). Sum of RGB (Red+Green+Blue) = 230+45+6=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62D06 is #19D2F9. Grayscale: #606060. Windows color (decimal): -1692410 or 404966. OLE color: 404966.
HSL color Cylindrical-coordinate representation of color #E62D06: hue angle of 10.45º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E62D06 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 6 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.10 |
| HSL | 10.45º | 0.95% | 0.46% | - |
| HSV(B) | 10.45º | 0.97% | 0.9% | - |
| XYZ | 33.6 | 18.71 | 2.01 | - |
| YUV | 95.87 | 77.29 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 6 | 0 | 0.80 | 0.97 | 0.10 | 10.45 | 0.95 | 0.46 |
| Hex | E6 | 2D | 6 | 0 | 50 | 61 | A | A | 5F | 2E |
| Octal | 346 | 55 | 6 | 0 | 120 | 141 | 12 | 12 | 137 | 56 |
| Binary | 11100110 | 101101 | 110 | 0 | 1010000 | 1100001 | 1010 | 1010 | 1011111 | 101110 |
Color Harmonies of #E62D06
Complementary color
Monochromatic Colors of #E62D06
Black with #E62D06
Text Example
Text Example
White with #E62D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D06; }
p { color: rgb(230,45,6); }
H1.HeaderClassName
{
color: #E62D06;
}
.AnyTagClassName
{
color: #E62D06;
}
</style>
background-color css
<style>
a { background-color: #E62D06; }
a { background-color: rgb(230,45,6); }
div.DivClassName
{
background-color: #E62D06;
}
.BgClassName
{
background-color: #E62D06;
}
</style>
border-color css
<style>
span { border-color: #E62D06; }
span { border-color: rgb(230,45,6); }
td.TdClassName
{
border-color: #E62D06;
}
.TagClassName
{
border-color: #E62D06;
}
</style>