Html Css Color HEX #EA1111 Red

📋 copy color: '#EA1111'

red 234 ◦ green 17 ◦ blue 17

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

Shades of Red #EA1111

Tints of Red #EA1111

RGB

 RED value IS 234 (91.8% from 255) = 87.31%

 GREEN value IS 17 (7.03% from 255) = 6.34%

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 87.31%
G = 6.34%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA1111 (or 0xEA1111) is known color: Red. HEX triplet: EA, 11 and 11. RGB value is (234,17,17). Sum of RGB (Red+Green+Blue) = 234+17+17=268 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.31% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1111 is #15EEEE. Grayscale: #525252. Windows color (decimal): -1437423 or 1118698. OLE color: 1118698.

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

Color convert

RGB 234 17 17 -
CMYK 0 0.93 0.93 0.08
HSL 0.86% 0.49% -
HSV(B) 0.93% 0.92% -
XYZ 34.23 17.93 2.19 -
YUV 81.88 91.39 236.5 -
System Red Green Blue C M Y K H S L
Decimal 234 17 17 0 0.93 0.93 0.08 0 0.86 0.49
Hex EA 11 11 0 5D 5D 8 0 56 31
Octal 352 21 21 0 135 135 10 0 126 61
Binary 11101010 10001 10001 0 1011101 1011101 1000 0 1010110 110001

Color Harmonies of #EA1111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1111

Black with #EA1111

Text Example


Text Example

White with #EA1111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1111; }

 p { color: rgb(234,17,17); }

 H1.HeaderClassName
 {
   color: #EA1111;
 }
 .AnyTagClassName
 {
   color: #EA1111;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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