Html Css Color HEX #E9130F Red

📋 copy color: '#E9130F'

red 233 ◦ green 19 ◦ blue 15

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

Shades of Red #E9130F

Tints of Red #E9130F

RGB

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

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

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

R = 87.27%
G = 7.12%
B = 5.62%

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

#E9130F (or 0xE9130F) is known color: Red. HEX triplet: E9, 13 and 0F. RGB value is (233,19,15). Sum of RGB (Red+Green+Blue) = 233+19+15=267 (35% of max value = 765). Red value is 233 (91.41% from 255 or 87.27% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 233 - color contains mainly: red. Hex color #E9130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9130F is #16ECF0. Grayscale: #525252. Windows color (decimal): -1502449 or 988137. OLE color: 988137.

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

Color convert

RGB 233 19 15 -
CMYK 0 0.92 0.94 0.09
HSL 1.1º 0.88% 0.49% -
HSV(B) 1.1º 0.94% 0.91% -
XYZ 33.92 17.82 2.1 -
YUV 82.53 89.9 235.33 -
System Red Green Blue C M Y K H S L
Decimal 233 19 15 0 0.92 0.94 0.09 1.1 0.88 0.49
Hex E9 13 F 0 5C 5E 9 1 58 31
Octal 351 23 17 0 134 136 11 1 130 61
Binary 11101001 10011 1111 0 1011100 1011110 1001 1 1011000 110001

Color Harmonies of #E9130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9130F

Black with #E9130F

Text Example


Text Example

White with #E9130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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