#E7200A

Color #E7200A Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #E7200A

Tints of Scarlet #E7200A

Color information

#E7200A (or 0xE7200A) is unknown color: approx Scarlet. HEX triplet: E7, 20 and 0A. RGB value is (231,32,10). Sum of RGB (Red+Green+Blue) = 231+32+10=273 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.62% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 231 - color contains mainly: red. Hex color #E7200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7200A is #18DFF5. Grayscale: #595959. Windows color (decimal): -1630198 or 663783. OLE color: 663783.

HSL color Cylindrical-coordinate representation of color #E7200A: hue angle of 5.97º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7200A is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB2313210-
CMYK00.860.960.09
HSL5.97º91.7%47.25%-
HSV(B)5.97º95.67%90.59%-
XYZ33.5318.042-
YUV88.9983.43229.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 84.62%
GREEN value IS 32 (12.89% from 255) = 11.72%
BLUE value IS 10 (4.30% from 255) = 3.66%
R=84.62%
G=11.72%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231321000.860.960.095.9791.747.25
HexE720A05660965c2f
Octal3474012012614011613457
Binary11100111100000101001010110110000010011101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7200A; }

 p { color: rgb(231,32,10); }

 H1.HeaderClassName
 {
   color: #E7200A;
 }
 .AnyTagClassName
 {
   color: #E7200A;
 }
</style>
background-color css

<style>
 a { background-color: #E7200A; }

 a { background-color: rgb(231,32,10); }

 div.DivClassName
 {
   background-color: #E7200A;
 }
 .BgClassName
 {
   background-color: #E7200A;
 }
</style>
border-color css

<style>
 span { border-color: #E7200A; }

 span { border-color: rgb(231,32,10); }

 td.TdClassName
 {
   border-color: #E7200A;
 }
 .TagClassName
 {
   border-color: #E7200A;
 }
</style>