Html Css Color HEX #EA130D Red

📋 copy color: '#EA130D'

red 234 ◦ green 19 ◦ blue 13

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

Shades of Red #EA130D

Tints of Red #EA130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 87.97%
G = 7.14%
B = 4.89%

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

#EA130D (or 0xEA130D) is known color: Red. HEX triplet: EA, 13 and 0D. RGB value is (234,19,13). Sum of RGB (Red+Green+Blue) = 234+19+13=266 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.97% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 234 - color contains mainly: red. Hex color #EA130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA130D is #15ECF2. Grayscale: #525252. Windows color (decimal): -1436915 or 857066. OLE color: 857066.

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

Color convert

RGB 234 19 13 -
CMYK 0 0.92 0.94 0.08
HSL 1.63º 0.89% 0.48% -
HSV(B) 1.63º 0.94% 0.92% -
XYZ 34.24 17.99 2.05 -
YUV 82.6 88.73 235.99 -
System Red Green Blue C M Y K H S L
Decimal 234 19 13 0 0.92 0.94 0.08 1.63 0.89 0.48
Hex EA 13 D 0 5C 5E 8 2 59 30
Octal 352 23 15 0 134 136 10 2 131 60
Binary 11101010 10011 1101 0 1011100 1011110 1000 10 1011001 110000

Color Harmonies of #EA130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA130D

Black with #EA130D

Text Example


Text Example

White with #EA130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA130D; }

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

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

background-color css

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

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

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

border-color css

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

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

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