Shades of Scarlet #E6220C
Tints of Scarlet #E6220C
RGB
CMYK
RGB Variations
Color information
#E6220C (or 0xE6220C) is known color: Scarlet. HEX triplet: E6, 22 and 0C. RGB value is (230,34,12). Sum of RGB (Red+Green+Blue) = 230+34+12=276 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.33% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 230 - color contains mainly: red. Hex color #E6220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6220C is #19DDF3. Grayscale: #5A5A5A. Windows color (decimal): -1695220 or 795366. OLE color: 795366.
HSL color Cylindrical-coordinate representation of color #E6220C: hue angle of 6.06º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6220C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.10 |
| HSL | 6.06º | 0.9% | 0.47% | - |
| HSV(B) | 6.06º | 0.95% | 0.9% | - |
| XYZ | 33.27 | 17.99 | 2.07 | - |
| YUV | 90.1 | 83.93 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 12 | 0 | 0.85 | 0.95 | 0.10 | 6.06 | 0.9 | 0.47 |
| Hex | E6 | 22 | C | 0 | 55 | 5F | A | 6 | 5A | 2F |
| Octal | 346 | 42 | 14 | 0 | 125 | 137 | 12 | 6 | 132 | 57 |
| Binary | 11100110 | 100010 | 1100 | 0 | 1010101 | 1011111 | 1010 | 110 | 1011010 | 101111 |
Color Harmonies of #E6220C
Complementary color
Monochromatic Colors of #E6220C
Black with #E6220C
Text Example
Text Example
White with #E6220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6220C; }
p { color: rgb(230,34,12); }
H1.HeaderClassName
{
color: #E6220C;
}
.AnyTagClassName
{
color: #E6220C;
}
</style>
background-color css
<style>
a { background-color: #E6220C; }
a { background-color: rgb(230,34,12); }
div.DivClassName
{
background-color: #E6220C;
}
.BgClassName
{
background-color: #E6220C;
}
</style>
border-color css
<style>
span { border-color: #E6220C; }
span { border-color: rgb(230,34,12); }
td.TdClassName
{
border-color: #E6220C;
}
.TagClassName
{
border-color: #E6220C;
}
</style>