Shades of Scarlet #E6270D
Tints of Scarlet #E6270D
RGB
CMYK
RGB Variations
Color information
#E6270D (or 0xE6270D) is known color: Scarlet. HEX triplet: E6, 27 and 0D. RGB value is (230,39,13). Sum of RGB (Red+Green+Blue) = 230+39+13=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E6270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6270D is #19D8F2. Grayscale: #5D5D5D. Windows color (decimal): -1693939 or 862182. OLE color: 862182.
HSL color Cylindrical-coordinate representation of color #E6270D: hue angle of 7.19º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6270D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.10 |
| HSL | 7.19º | 0.89% | 0.48% | - |
| HSV(B) | 7.19º | 0.94% | 0.9% | - |
| XYZ | 33.43 | 18.3 | 2.15 | - |
| YUV | 93.15 | 82.78 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 13 | 0 | 0.83 | 0.94 | 0.10 | 7.19 | 0.89 | 0.48 |
| Hex | E6 | 27 | D | 0 | 53 | 5E | A | 7 | 59 | 30 |
| Octal | 346 | 47 | 15 | 0 | 123 | 136 | 12 | 7 | 131 | 60 |
| Binary | 11100110 | 100111 | 1101 | 0 | 1010011 | 1011110 | 1010 | 111 | 1011001 | 110000 |
Color Harmonies of #E6270D
Complementary color
Monochromatic Colors of #E6270D
Black with #E6270D
Text Example
Text Example
White with #E6270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6270D; }
p { color: rgb(230,39,13); }
H1.HeaderClassName
{
color: #E6270D;
}
.AnyTagClassName
{
color: #E6270D;
}
</style>
background-color css
<style>
a { background-color: #E6270D; }
a { background-color: rgb(230,39,13); }
div.DivClassName
{
background-color: #E6270D;
}
.BgClassName
{
background-color: #E6270D;
}
</style>
border-color css
<style>
span { border-color: #E6270D; }
span { border-color: rgb(230,39,13); }
td.TdClassName
{
border-color: #E6270D;
}
.TagClassName
{
border-color: #E6270D;
}
</style>