#EA100D

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

Shades of Red #EA100D

Tints of Red #EA100D

Color information

#EA100D (or 0xEA100D) is unknown color: approx Red. HEX triplet: EA, 10 and 0D. RGB value is (234,16,13). Sum of RGB (Red+Green+Blue) = 234+16+13=263 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.97% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 234 - color contains mainly: red. Hex color #EA100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA100D is #15EFF2. Grayscale: #515151. Windows color (decimal): -1437683 or 856298. OLE color: 856298.

HSL color Cylindrical-coordinate representation of color #EA100D: hue angle of 0.81º 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 #EA100D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB2341613-
CMYK00.930.940.08
HSL0.81º89.47%48.43%-
HSV(B)0.81º94.44%91.76%-
XYZ34.1917.892.03-
YUV80.8489.72237.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 88.97%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=88.97%
G=6.08%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234161300.930.940.080.8189.4748.43
HexEA10D05D5E815930
Octal3522015013513610113160
Binary11101010100001101010111011011110100011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA100D; }

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

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

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

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

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

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

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

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