Shades of Scarlet #E63202
Tints of Scarlet #E63202
RGB
CMYK
RGB Variations
Color information
#E63202 (or 0xE63202) is known color: Scarlet. HEX triplet: E6, 32 and 02. RGB value is (230,50,2). Sum of RGB (Red+Green+Blue) = 230+50+2=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E63202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63202 is #19CDFD. Grayscale: #626262. Windows color (decimal): -1691134 or 144102. OLE color: 144102.
HSL color Cylindrical-coordinate representation of color #E63202: hue angle of 12.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E63202 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.10 |
| HSL | 12.63º | 0.98% | 0.45% | - |
| HSV(B) | 12.63º | 0.99% | 0.9% | - |
| XYZ | 33.78 | 19.11 | 1.97 | - |
| YUV | 98.35 | 73.63 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 2 | 0 | 0.78 | 0.99 | 0.10 | 12.63 | 0.98 | 0.45 |
| Hex | E6 | 32 | 2 | 0 | 4E | 63 | A | D | 62 | 2D |
| Octal | 346 | 62 | 2 | 0 | 116 | 143 | 12 | 15 | 142 | 55 |
| Binary | 11100110 | 110010 | 10 | 0 | 1001110 | 1100011 | 1010 | 1101 | 1100010 | 101101 |
Color Harmonies of #E63202
Complementary color
Monochromatic Colors of #E63202
Black with #E63202
Text Example
Text Example
White with #E63202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63202; }
p { color: rgb(230,50,2); }
H1.HeaderClassName
{
color: #E63202;
}
.AnyTagClassName
{
color: #E63202;
}
</style>
background-color css
<style>
a { background-color: #E63202; }
a { background-color: rgb(230,50,2); }
div.DivClassName
{
background-color: #E63202;
}
.BgClassName
{
background-color: #E63202;
}
</style>
border-color css
<style>
span { border-color: #E63202; }
span { border-color: rgb(230,50,2); }
td.TdClassName
{
border-color: #E63202;
}
.TagClassName
{
border-color: #E63202;
}
</style>