Html Css Color HEX #E5120F Red

📋 copy color: '#E5120F'

red 229 ◦ green 18 ◦ blue 15

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

Shades of Red #E5120F

Tints of Red #E5120F

RGB

 RED value IS 229 (89.84% from 255) = 87.4%

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

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

R = 87.4%
G = 6.87%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5120F (or 0xE5120F) is known color: Red. HEX triplet: E5, 12 and 0F. RGB value is (229,18,15). Sum of RGB (Red+Green+Blue) = 229+18+15=262 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.40% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 229 - color contains mainly: red. Hex color #E5120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5120F is #1AEDF0. Grayscale: #505050. Windows color (decimal): -1764849 or 987877. OLE color: 987877.

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

Color convert

RGB 229 18 15 -
CMYK 0 0.92 0.93 0.10
HSL 0.84º 0.88% 0.48% -
HSV(B) 0.84º 0.93% 0.9% -
XYZ 32.62 17.13 2.04 -
YUV 80.75 90.9 233.74 -
System Red Green Blue C M Y K H S L
Decimal 229 18 15 0 0.92 0.93 0.10 0.84 0.88 0.48
Hex E5 12 F 0 5C 5D A 1 58 30
Octal 345 22 17 0 134 135 12 1 130 60
Binary 11100101 10010 1111 0 1011100 1011101 1010 1 1011000 110000

Color Harmonies of #E5120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5120F

Black with #E5120F

Text Example


Text Example

White with #E5120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5120F; }

 p { color: rgb(229,18,15); }

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

background-color css

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

 a { background-color: rgb(229,18,15); }

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

border-color css

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

 span { border-color: rgb(229,18,15); }

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