Html Css Color HEX #E9130E Red

📋 copy color: '#E9130E'

red 233 ◦ green 19 ◦ blue 14

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

Shades of Red #E9130E

Tints of Red #E9130E

RGB

 RED value IS 233 (91.41% from 255) = 87.59%

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

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 87.59%
G = 7.14%
B = 5.26%

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

#E9130E (or 0xE9130E) is known color: Red. HEX triplet: E9, 13 and 0E. RGB value is (233,19,14). Sum of RGB (Red+Green+Blue) = 233+19+14=266 (35% of max value = 765). Red value is 233 (91.41% from 255 or 87.59% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 233 - color contains mainly: red. Hex color #E9130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9130E is #16ECF1. Grayscale: #525252. Windows color (decimal): -1502450 or 922601. OLE color: 922601.

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

Color convert

RGB 233 19 14 -
CMYK 0 0.92 0.94 0.09
HSL 1.37º 0.89% 0.48% -
HSV(B) 1.37º 0.94% 0.91% -
XYZ 33.92 17.82 2.07 -
YUV 82.42 89.4 235.41 -
System Red Green Blue C M Y K H S L
Decimal 233 19 14 0 0.92 0.94 0.09 1.37 0.89 0.48
Hex E9 13 E 0 5C 5E 9 1 59 30
Octal 351 23 16 0 134 136 11 1 131 60
Binary 11101001 10011 1110 0 1011100 1011110 1001 1 1011001 110000

Color Harmonies of #E9130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9130E

Black with #E9130E

Text Example


Text Example

White with #E9130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9130E; }

 p { color: rgb(233,19,14); }

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

background-color css

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

 a { background-color: rgb(233,19,14); }

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

border-color css

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

 span { border-color: rgb(233,19,14); }

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