Shades of Scarlet #EA3200
Tints of Scarlet #EA3200
RGB
CMYK
RGB Variations
Color information
#EA3200 (or 0xEA3200) is known color: Scarlet. HEX triplet: EA, 32 and 00. RGB value is (234,50,0). Sum of RGB (Red+Green+Blue) = 234+50+0=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3200 is #15CDFF. Grayscale: #636363. Windows color (decimal): -1428992 or 13034. OLE color: 13034.
HSL color Cylindrical-coordinate representation of color #EA3200: hue angle of 12.82º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA3200 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.08 |
| HSL | 12.82º | 1% | 0.46% | - |
| HSV(B) | 12.82º | 1% | 0.92% | - |
| XYZ | 35.07 | 19.77 | 1.97 | - |
| YUV | 99.32 | 71.96 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 0 | 0 | 0.79 | 1 | 0.08 | 12.82 | 1 | 0.46 |
| Hex | EA | 32 | 0 | 0 | 4F | 64 | 8 | D | 64 | 2E |
| Octal | 352 | 62 | 0 | 0 | 117 | 144 | 10 | 15 | 144 | 56 |
| Binary | 11101010 | 110010 | 0 | 0 | 1001111 | 1100100 | 1000 | 1101 | 1100100 | 101110 |
Color Harmonies of #EA3200
Complementary color
Monochromatic Colors of #EA3200
Black with #EA3200
Text Example
Text Example
White with #EA3200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3200; }
p { color: rgb(234,50,0); }
H1.HeaderClassName
{
color: #EA3200;
}
.AnyTagClassName
{
color: #EA3200;
}
</style>
background-color css
<style>
a { background-color: #EA3200; }
a { background-color: rgb(234,50,0); }
div.DivClassName
{
background-color: #EA3200;
}
.BgClassName
{
background-color: #EA3200;
}
</style>
border-color css
<style>
span { border-color: #EA3200; }
span { border-color: rgb(234,50,0); }
td.TdClassName
{
border-color: #EA3200;
}
.TagClassName
{
border-color: #EA3200;
}
</style>