Html Css Color HEX #E3130F Red

📋 copy color: '#E3130F'

red 227 ◦ green 19 ◦ blue 15

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

Shades of Red #E3130F

Tints of Red #E3130F

RGB

 RED value IS 227 (89.06% from 255) = 86.97%

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

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

R = 86.97%
G = 7.28%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3130F (or 0xE3130F) is known color: Red. HEX triplet: E3, 13 and 0F. RGB value is (227,19,15). Sum of RGB (Red+Green+Blue) = 227+19+15=261 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.97% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 227 - color contains mainly: red. Hex color #E3130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3130F is #1CECF0. Grayscale: #505050. Windows color (decimal): -1895665 or 988131. OLE color: 988131.

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

Color convert

RGB 227 19 15 -
CMYK 0 0.92 0.93 0.11
HSL 1.13º 0.88% 0.47% -
HSV(B) 1.13º 0.93% 0.89% -
XYZ 32 16.83 2.01 -
YUV 80.74 90.91 232.33 -
System Red Green Blue C M Y K H S L
Decimal 227 19 15 0 0.92 0.93 0.11 1.13 0.88 0.47
Hex E3 13 F 0 5C 5D B 1 58 2F
Octal 343 23 17 0 134 135 13 1 130 57
Binary 11100011 10011 1111 0 1011100 1011101 1011 1 1011000 101111

Color Harmonies of #E3130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3130F

Black with #E3130F

Text Example


Text Example

White with #E3130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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