Shades of Scarlet #E6200C
Tints of Scarlet #E6200C
RGB
CMYK
RGB Variations
Color information
#E6200C (or 0xE6200C) is known color: Scarlet. HEX triplet: E6, 20 and 0C. RGB value is (230,32,12). Sum of RGB (Red+Green+Blue) = 230+32+12=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E6200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6200C is #19DFF3. Grayscale: #595959. Windows color (decimal): -1695732 or 794854. OLE color: 794854.
HSL color Cylindrical-coordinate representation of color #E6200C: hue angle of 5.5º 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 #E6200C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.10 |
| HSL | 5.5º | 0.9% | 0.47% | - |
| HSV(B) | 5.5º | 0.95% | 0.9% | - |
| XYZ | 33.22 | 17.88 | 2.05 | - |
| YUV | 88.92 | 84.6 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 12 | 0 | 0.86 | 0.95 | 0.10 | 5.5 | 0.9 | 0.47 |
| Hex | E6 | 20 | C | 0 | 56 | 5F | A | 6 | 5A | 2F |
| Octal | 346 | 40 | 14 | 0 | 126 | 137 | 12 | 6 | 132 | 57 |
| Binary | 11100110 | 100000 | 1100 | 0 | 1010110 | 1011111 | 1010 | 110 | 1011010 | 101111 |
Color Harmonies of #E6200C
Complementary color
Monochromatic Colors of #E6200C
Black with #E6200C
Text Example
Text Example
White with #E6200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6200C; }
p { color: rgb(230,32,12); }
H1.HeaderClassName
{
color: #E6200C;
}
.AnyTagClassName
{
color: #E6200C;
}
</style>
background-color css
<style>
a { background-color: #E6200C; }
a { background-color: rgb(230,32,12); }
div.DivClassName
{
background-color: #E6200C;
}
.BgClassName
{
background-color: #E6200C;
}
</style>
border-color css
<style>
span { border-color: #E6200C; }
span { border-color: rgb(230,32,12); }
td.TdClassName
{
border-color: #E6200C;
}
.TagClassName
{
border-color: #E6200C;
}
</style>