Html Css Color HEX #EA100D Red

📋 copy color: '#EA100D'

red 234 ◦ green 16 ◦ blue 13

#EA100D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #EA100D

Tints of Red #EA100D

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA100D (or 0xEA100D) is known color: 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

RGB 234 16 13 -
CMYK 0 0.93 0.94 0.08
HSL 0.81º 0.89% 0.48% -
HSV(B) 0.81º 0.94% 0.92% -
XYZ 34.19 17.89 2.03 -
YUV 80.84 89.72 237.24 -
System Red Green Blue C M Y K H S L
Decimal 234 16 13 0 0.93 0.94 0.08 0.81 0.89 0.48
Hex EA 10 D 0 5D 5E 8 1 59 30
Octal 352 20 15 0 135 136 10 1 131 60
Binary 11101010 10000 1101 0 1011101 1011110 1000 1 1011001 110000

Color Harmonies of #EA100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA100D

Black with #EA100D

Text Example


Text Example

White with #EA100D

Text Example


Text Example

HTML Codes & Css Web 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>