Shades of Scarlet #E6220A
Tints of Scarlet #E6220A
RGB
CMYK
RGB Variations
Color information
#E6220A (or 0xE6220A) is known color: Scarlet. HEX triplet: E6, 22 and 0A. RGB value is (230,34,10). Sum of RGB (Red+Green+Blue) = 230+34+10=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E6220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6220A is #19DDF5. Grayscale: #5A5A5A. Windows color (decimal): -1695222 or 664294. OLE color: 664294.
HSL color Cylindrical-coordinate representation of color #E6220A: hue angle of 6.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 #E6220A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 10 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.10 |
| HSL | 6.55º | 0.92% | 0.47% | - |
| HSV(B) | 6.55º | 0.96% | 0.9% | - |
| XYZ | 33.26 | 17.99 | 2.01 | - |
| YUV | 89.87 | 82.93 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 10 | 0 | 0.85 | 0.96 | 0.10 | 6.55 | 0.92 | 0.47 |
| Hex | E6 | 22 | A | 0 | 55 | 60 | A | 7 | 5C | 2F |
| Octal | 346 | 42 | 12 | 0 | 125 | 140 | 12 | 7 | 134 | 57 |
| Binary | 11100110 | 100010 | 1010 | 0 | 1010101 | 1100000 | 1010 | 111 | 1011100 | 101111 |
Color Harmonies of #E6220A
Complementary color
Monochromatic Colors of #E6220A
Black with #E6220A
Text Example
Text Example
White with #E6220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6220A; }
p { color: rgb(230,34,10); }
H1.HeaderClassName
{
color: #E6220A;
}
.AnyTagClassName
{
color: #E6220A;
}
</style>
background-color css
<style>
a { background-color: #E6220A; }
a { background-color: rgb(230,34,10); }
div.DivClassName
{
background-color: #E6220A;
}
.BgClassName
{
background-color: #E6220A;
}
</style>
border-color css
<style>
span { border-color: #E6220A; }
span { border-color: rgb(230,34,10); }
td.TdClassName
{
border-color: #E6220A;
}
.TagClassName
{
border-color: #E6220A;
}
</style>