Html Css Color HEX #EA130E Red

📋 copy color: '#EA130E'

red 234 ◦ green 19 ◦ blue 14

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

Shades of Red #EA130E

Tints of Red #EA130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

 BLUE value IS 14 (5.86% from 255) = 5.24%

R = 87.64%
G = 7.12%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA130E (or 0xEA130E) is known color: Red. HEX triplet: EA, 13 and 0E. RGB value is (234,19,14). Sum of RGB (Red+Green+Blue) = 234+19+14=267 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.64% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 234 - color contains mainly: red. Hex color #EA130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA130E is #15ECF1. Grayscale: #525252. Windows color (decimal): -1436914 or 922602. OLE color: 922602.

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

Color convert

RGB 234 19 14 -
CMYK 0 0.92 0.94 0.08
HSL 1.36º 0.89% 0.49% -
HSV(B) 1.36º 0.94% 0.92% -
XYZ 34.24 17.99 2.08 -
YUV 82.72 89.23 235.91 -
System Red Green Blue C M Y K H S L
Decimal 234 19 14 0 0.92 0.94 0.08 1.36 0.89 0.49
Hex EA 13 E 0 5C 5E 8 1 59 31
Octal 352 23 16 0 134 136 10 1 131 61
Binary 11101010 10011 1110 0 1011100 1011110 1000 1 1011001 110001

Color Harmonies of #EA130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA130E

Black with #EA130E

Text Example


Text Example

White with #EA130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA130E; }

 p { color: rgb(234,19,14); }

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

background-color css

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

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

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

border-color css

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

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

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