Shades of Scarlet #EA320D
Tints of Scarlet #EA320D
RGB
CMYK
RGB Variations
Color information
#EA320D (or 0xEA320D) is known color: Scarlet. HEX triplet: EA, 32 and 0D. RGB value is (234,50,13). Sum of RGB (Red+Green+Blue) = 234+50+13=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA320D is #15CDF2. Grayscale: #656565. Windows color (decimal): -1428979 or 865002. OLE color: 865002.
HSL color Cylindrical-coordinate representation of color #EA320D: hue angle of 10.05º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA320D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 13 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.08 |
| HSL | 10.05º | 0.89% | 0.48% | - |
| HSV(B) | 10.05º | 0.94% | 0.92% | - |
| XYZ | 35.14 | 19.8 | 2.35 | - |
| YUV | 100.8 | 78.46 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 13 | 0 | 0.79 | 0.94 | 0.08 | 10.05 | 0.89 | 0.48 |
| Hex | EA | 32 | D | 0 | 4F | 5E | 8 | A | 59 | 30 |
| Octal | 352 | 62 | 15 | 0 | 117 | 136 | 10 | 12 | 131 | 60 |
| Binary | 11101010 | 110010 | 1101 | 0 | 1001111 | 1011110 | 1000 | 1010 | 1011001 | 110000 |
Color Harmonies of #EA320D
Complementary color
Monochromatic Colors of #EA320D
Black with #EA320D
Text Example
Text Example
White with #EA320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA320D; }
p { color: rgb(234,50,13); }
H1.HeaderClassName
{
color: #EA320D;
}
.AnyTagClassName
{
color: #EA320D;
}
</style>
background-color css
<style>
a { background-color: #EA320D; }
a { background-color: rgb(234,50,13); }
div.DivClassName
{
background-color: #EA320D;
}
.BgClassName
{
background-color: #EA320D;
}
</style>
border-color css
<style>
span { border-color: #EA320D; }
span { border-color: rgb(234,50,13); }
td.TdClassName
{
border-color: #EA320D;
}
.TagClassName
{
border-color: #EA320D;
}
</style>