Html Css Color HEX #EA130F Red

📋 copy color: '#EA130F'

red 234 ◦ green 19 ◦ blue 15

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

Shades of Red #EA130F

Tints of Red #EA130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.6%

R = 87.31%
G = 7.09%
B = 5.6%

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

#EA130F (or 0xEA130F) is known color: Red. HEX triplet: EA, 13 and 0F. RGB value is (234,19,15). Sum of RGB (Red+Green+Blue) = 234+19+15=268 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.31% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 234 - color contains mainly: red. Hex color #EA130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA130F is #15ECF0. Grayscale: #535353. Windows color (decimal): -1436913 or 988138. OLE color: 988138.

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

Color convert

RGB 234 19 15 -
CMYK 0 0.92 0.94 0.08
HSL 1.1º 0.88% 0.49% -
HSV(B) 1.1º 0.94% 0.92% -
XYZ 34.25 17.99 2.12 -
YUV 82.83 89.73 235.83 -
System Red Green Blue C M Y K H S L
Decimal 234 19 15 0 0.92 0.94 0.08 1.1 0.88 0.49
Hex EA 13 F 0 5C 5E 8 1 58 31
Octal 352 23 17 0 134 136 10 1 130 61
Binary 11101010 10011 1111 0 1011100 1011110 1000 1 1011000 110001

Color Harmonies of #EA130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA130F

Black with #EA130F

Text Example


Text Example

White with #EA130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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