Shades of Scarlet #E6270C
Tints of Scarlet #E6270C
RGB
CMYK
RGB Variations
Color information
#E6270C (or 0xE6270C) is known color: Scarlet. HEX triplet: E6, 27 and 0C. RGB value is (230,39,12). Sum of RGB (Red+Green+Blue) = 230+39+12=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E6270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6270C is #19D8F3. Grayscale: #5D5D5D. Windows color (decimal): -1693940 or 796646. OLE color: 796646.
HSL color Cylindrical-coordinate representation of color #E6270C: hue angle of 7.43º 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 #E6270C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.10 |
| HSL | 7.43º | 0.9% | 0.47% | - |
| HSV(B) | 7.43º | 0.95% | 0.9% | - |
| XYZ | 33.43 | 18.3 | 2.12 | - |
| YUV | 93.03 | 82.28 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 12 | 0 | 0.83 | 0.95 | 0.10 | 7.43 | 0.9 | 0.47 |
| Hex | E6 | 27 | C | 0 | 53 | 5F | A | 7 | 5A | 2F |
| Octal | 346 | 47 | 14 | 0 | 123 | 137 | 12 | 7 | 132 | 57 |
| Binary | 11100110 | 100111 | 1100 | 0 | 1010011 | 1011111 | 1010 | 111 | 1011010 | 101111 |
Color Harmonies of #E6270C
Complementary color
Monochromatic Colors of #E6270C
Black with #E6270C
Text Example
Text Example
White with #E6270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6270C; }
p { color: rgb(230,39,12); }
H1.HeaderClassName
{
color: #E6270C;
}
.AnyTagClassName
{
color: #E6270C;
}
</style>
background-color css
<style>
a { background-color: #E6270C; }
a { background-color: rgb(230,39,12); }
div.DivClassName
{
background-color: #E6270C;
}
.BgClassName
{
background-color: #E6270C;
}
</style>
border-color css
<style>
span { border-color: #E6270C; }
span { border-color: rgb(230,39,12); }
td.TdClassName
{
border-color: #E6270C;
}
.TagClassName
{
border-color: #E6270C;
}
</style>