#EA200D

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

Shades of Scarlet #EA200D

Tints of Scarlet #EA200D

Color information

#EA200D (or 0xEA200D) is unknown color: approx Scarlet. HEX triplet: EA, 20 and 0D. RGB value is (234,32,13). Sum of RGB (Red+Green+Blue) = 234+32+13=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA200D is #15DFF2. Grayscale: #5A5A5A. Windows color (decimal): -1433587 or 860394. OLE color: 860394.

HSL color Cylindrical-coordinate representation of color #EA200D: hue angle of 5.16º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA200D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB2343213-
CMYK00.860.940.08
HSL5.16º89.47%48.43%-
HSV(B)5.16º94.44%91.76%-
XYZ34.5218.552.14-
YUV90.2384.42230.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 83.87%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 13 (5.47% from 255) = 4.66%
R=83.87%
G=11.47%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234321300.860.940.085.1689.4748.43
HexEA20D0565E855930
Octal3524015012613610513160
Binary11101010100000110101010110101111010001011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA200D; }

 p { color: rgb(234,32,13); }

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

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

 a { background-color: rgb(234,32,13); }

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

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

 span { border-color: rgb(234,32,13); }

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