Html Css Color HEX #EA120D Red

📋 copy color: '#EA120D'

red 234 ◦ green 18 ◦ blue 13

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

Shades of Red #EA120D

Tints of Red #EA120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 88.3%
G = 6.79%
B = 4.91%

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

#EA120D (or 0xEA120D) is known color: Red. HEX triplet: EA, 12 and 0D. RGB value is (234,18,13). Sum of RGB (Red+Green+Blue) = 234+18+13=265 (35% of max value = 765). Red value is 234 (91.80% from 255 or 88.30% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 234 - color contains mainly: red. Hex color #EA120D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA120D is #15EDF2. Grayscale: #525252. Windows color (decimal): -1437171 or 856810. OLE color: 856810.

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

Color convert

RGB 234 18 13 -
CMYK 0 0.92 0.94 0.08
HSL 1.36º 0.89% 0.48% -
HSV(B) 1.36º 0.94% 0.92% -
XYZ 34.22 17.95 2.04 -
YUV 82.01 89.06 236.41 -
System Red Green Blue C M Y K H S L
Decimal 234 18 13 0 0.92 0.94 0.08 1.36 0.89 0.48
Hex EA 12 D 0 5C 5E 8 1 59 30
Octal 352 22 15 0 134 136 10 1 131 60
Binary 11101010 10010 1101 0 1011100 1011110 1000 1 1011001 110000

Color Harmonies of #EA120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA120D

Black with #EA120D

Text Example


Text Example

White with #EA120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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