Shades of Scarlet #E5230D
Tints of Scarlet #E5230D
RGB
CMYK
RGB Variations
Color information
#E5230D (or 0xE5230D) is known color: Scarlet. HEX triplet: E5, 23 and 0D. RGB value is (229,35,13). Sum of RGB (Red+Green+Blue) = 229+35+13=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E5230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5230D is #1ADCF2. Grayscale: #5A5A5A. Windows color (decimal): -1760499 or 861157. OLE color: 861157.
HSL color Cylindrical-coordinate representation of color #E5230D: hue angle of 6.11º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5230D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.10 |
| HSL | 6.11º | 0.89% | 0.47% | - |
| HSV(B) | 6.11º | 0.94% | 0.9% | - |
| XYZ | 32.99 | 17.89 | 2.1 | - |
| YUV | 90.5 | 84.27 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 13 | 0 | 0.85 | 0.94 | 0.10 | 6.11 | 0.89 | 0.47 |
| Hex | E5 | 23 | D | 0 | 55 | 5E | A | 6 | 59 | 2F |
| Octal | 345 | 43 | 15 | 0 | 125 | 136 | 12 | 6 | 131 | 57 |
| Binary | 11100101 | 100011 | 1101 | 0 | 1010101 | 1011110 | 1010 | 110 | 1011001 | 101111 |
Color Harmonies of #E5230D
Complementary color
Monochromatic Colors of #E5230D
Black with #E5230D
Text Example
Text Example
White with #E5230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5230D; }
p { color: rgb(229,35,13); }
H1.HeaderClassName
{
color: #E5230D;
}
.AnyTagClassName
{
color: #E5230D;
}
</style>
background-color css
<style>
a { background-color: #E5230D; }
a { background-color: rgb(229,35,13); }
div.DivClassName
{
background-color: #E5230D;
}
.BgClassName
{
background-color: #E5230D;
}
</style>
border-color css
<style>
span { border-color: #E5230D; }
span { border-color: rgb(229,35,13); }
td.TdClassName
{
border-color: #E5230D;
}
.TagClassName
{
border-color: #E5230D;
}
</style>