Shades of Scarlet #EA320C
Tints of Scarlet #EA320C
RGB
CMYK
RGB Variations
Color information
#EA320C (or 0xEA320C) is known color: Scarlet. HEX triplet: EA, 32 and 0C. RGB value is (234,50,12). Sum of RGB (Red+Green+Blue) = 234+50+12=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA320C is #15CDF3. Grayscale: #656565. Windows color (decimal): -1428980 or 799466. OLE color: 799466.
HSL color Cylindrical-coordinate representation of color #EA320C: hue angle of 10.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA320C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.08 |
| HSL | 10.27º | 0.9% | 0.48% | - |
| HSV(B) | 10.27º | 0.95% | 0.92% | - |
| XYZ | 35.14 | 19.8 | 2.32 | - |
| YUV | 100.68 | 77.96 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 12 | 0 | 0.79 | 0.95 | 0.08 | 10.27 | 0.9 | 0.48 |
| Hex | EA | 32 | C | 0 | 4F | 5F | 8 | A | 5A | 30 |
| Octal | 352 | 62 | 14 | 0 | 117 | 137 | 10 | 12 | 132 | 60 |
| Binary | 11101010 | 110010 | 1100 | 0 | 1001111 | 1011111 | 1000 | 1010 | 1011010 | 110000 |
Color Harmonies of #EA320C
Complementary color
Monochromatic Colors of #EA320C
Black with #EA320C
Text Example
Text Example
White with #EA320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA320C; }
p { color: rgb(234,50,12); }
H1.HeaderClassName
{
color: #EA320C;
}
.AnyTagClassName
{
color: #EA320C;
}
</style>
background-color css
<style>
a { background-color: #EA320C; }
a { background-color: rgb(234,50,12); }
div.DivClassName
{
background-color: #EA320C;
}
.BgClassName
{
background-color: #EA320C;
}
</style>
border-color css
<style>
span { border-color: #EA320C; }
span { border-color: rgb(234,50,12); }
td.TdClassName
{
border-color: #EA320C;
}
.TagClassName
{
border-color: #EA320C;
}
</style>