Shades of Scarlet #E6210C
Tints of Scarlet #E6210C
RGB
CMYK
RGB Variations
Color information
#E6210C (or 0xE6210C) is known color: Scarlet. HEX triplet: E6, 21 and 0C. RGB value is (230,33,12). Sum of RGB (Red+Green+Blue) = 230+33+12=275 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.64% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 230 - color contains mainly: red. Hex color #E6210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6210C is #19DEF3. Grayscale: #595959. Windows color (decimal): -1695476 or 795110. OLE color: 795110.
HSL color Cylindrical-coordinate representation of color #E6210C: hue angle of 5.78º 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 #E6210C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.10 |
| HSL | 5.78º | 0.9% | 0.47% | - |
| HSV(B) | 5.78º | 0.95% | 0.9% | - |
| XYZ | 33.24 | 17.94 | 2.06 | - |
| YUV | 89.51 | 84.27 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 12 | 0 | 0.86 | 0.95 | 0.10 | 5.78 | 0.9 | 0.47 |
| Hex | E6 | 21 | C | 0 | 56 | 5F | A | 6 | 5A | 2F |
| Octal | 346 | 41 | 14 | 0 | 126 | 137 | 12 | 6 | 132 | 57 |
| Binary | 11100110 | 100001 | 1100 | 0 | 1010110 | 1011111 | 1010 | 110 | 1011010 | 101111 |
Color Harmonies of #E6210C
Complementary color
Monochromatic Colors of #E6210C
Black with #E6210C
Text Example
Text Example
White with #E6210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6210C; }
p { color: rgb(230,33,12); }
H1.HeaderClassName
{
color: #E6210C;
}
.AnyTagClassName
{
color: #E6210C;
}
</style>
background-color css
<style>
a { background-color: #E6210C; }
a { background-color: rgb(230,33,12); }
div.DivClassName
{
background-color: #E6210C;
}
.BgClassName
{
background-color: #E6210C;
}
</style>
border-color css
<style>
span { border-color: #E6210C; }
span { border-color: rgb(230,33,12); }
td.TdClassName
{
border-color: #E6210C;
}
.TagClassName
{
border-color: #E6210C;
}
</style>