Shades of Scarlet #E43200
Tints of Scarlet #E43200
RGB
CMYK
RGB Variations
Color information
#E43200 (or 0xE43200) is known color: Scarlet. HEX triplet: E4, 32 and 00. RGB value is (228,50,0). Sum of RGB (Red+Green+Blue) = 228+50+0=278 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.01% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 228 - color contains mainly: red. Hex color #E43200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E43200 is #1BCDFF. Grayscale: #616161. Windows color (decimal): -1822208 or 13028. OLE color: 13028.
HSL color Cylindrical-coordinate representation of color #E43200: hue angle of 13.16º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E43200 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.11 |
| HSL | 13.16º | 1% | 0.45% | - |
| HSV(B) | 13.16º | 1% | 0.89% | - |
| XYZ | 33.14 | 18.78 | 1.88 | - |
| YUV | 97.52 | 72.97 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 0 | 0 | 0.78 | 1 | 0.11 | 13.16 | 1 | 0.45 |
| Hex | E4 | 32 | 0 | 0 | 4E | 64 | B | D | 64 | 2D |
| Octal | 344 | 62 | 0 | 0 | 116 | 144 | 13 | 15 | 144 | 55 |
| Binary | 11100100 | 110010 | 0 | 0 | 1001110 | 1100100 | 1011 | 1101 | 1100100 | 101101 |
Color Harmonies of #E43200
Complementary color
Monochromatic Colors of #E43200
Black with #E43200
Text Example
Text Example
White with #E43200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43200; }
p { color: rgb(228,50,0); }
H1.HeaderClassName
{
color: #E43200;
}
.AnyTagClassName
{
color: #E43200;
}
</style>
background-color css
<style>
a { background-color: #E43200; }
a { background-color: rgb(228,50,0); }
div.DivClassName
{
background-color: #E43200;
}
.BgClassName
{
background-color: #E43200;
}
</style>
border-color css
<style>
span { border-color: #E43200; }
span { border-color: rgb(228,50,0); }
td.TdClassName
{
border-color: #E43200;
}
.TagClassName
{
border-color: #E43200;
}
</style>