Html Css Color HEX #E8130F Red

📋 copy color: '#E8130F'

red 232 ◦ green 19 ◦ blue 15

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

Shades of Red #E8130F

Tints of Red #E8130F

RGB

 RED value IS 232 (91.02% from 255) = 87.22%

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

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

R = 87.22%
G = 7.14%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8130F (or 0xE8130F) is known color: Red. HEX triplet: E8, 13 and 0F. RGB value is (232,19,15). Sum of RGB (Red+Green+Blue) = 232+19+15=266 (35% of max value = 765). Red value is 232 (91.02% from 255 or 87.22% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 232 - color contains mainly: red. Hex color #E8130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8130F is #17ECF0. Grayscale: #525252. Windows color (decimal): -1567985 or 988136. OLE color: 988136.

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

Color convert

RGB 232 19 15 -
CMYK 0 0.92 0.94 0.09
HSL 1.11º 0.88% 0.48% -
HSV(B) 1.11º 0.94% 0.91% -
XYZ 33.6 17.66 2.09 -
YUV 82.23 90.07 234.83 -
System Red Green Blue C M Y K H S L
Decimal 232 19 15 0 0.92 0.94 0.09 1.11 0.88 0.48
Hex E8 13 F 0 5C 5E 9 1 58 30
Octal 350 23 17 0 134 136 11 1 130 60
Binary 11101000 10011 1111 0 1011100 1011110 1001 1 1011000 110000

Color Harmonies of #E8130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8130F

Black with #E8130F

Text Example


Text Example

White with #E8130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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