Html Css Color HEX #E16131 Sorbus

📋 copy color: '#E16131'

red 225 ◦ green 97 ◦ blue 49

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

Shades of Sorbus #E16131

Tints of Sorbus #E16131

RGB

 RED value IS 225 (88.28% from 255) = 60.65%

 GREEN value IS 97 (38.28% from 255) = 26.15%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 60.65%
G = 26.15%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E16131 (or 0xE16131) is known color: Sorbus. HEX triplet: E1, 61 and 31. RGB value is (225,97,49). Sum of RGB (Red+Green+Blue) = 225+97+49=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E16131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16131 is #1E9ECE. Grayscale: #828282. Windows color (decimal): -2006735 or 3236321. OLE color: 3236321.

HSL color Cylindrical-coordinate representation of color #E16131: hue angle of 16.36º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E16131 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 97 49 -
CMYK 0 0.57 0.78 0.12
HSL 16.36º 0.75% 0.54% -
HSV(B) 16.36º 0.78% 0.88% -
XYZ 35.88 24.78 5.8 -
YUV 129.8 82.41 195.9 -
System Red Green Blue C M Y K H S L
Decimal 225 97 49 0 0.57 0.78 0.12 16.36 0.75 0.54
Hex E1 61 31 0 39 4E C 10 4B 36
Octal 341 141 61 0 71 116 14 20 113 66
Binary 11100001 1100001 110001 0 111001 1001110 1100 10000 1001011 110110

Color Harmonies of #E16131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16131

Black with #E16131

Text Example


Text Example

White with #E16131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16131; }

 p { color: rgb(225,97,49); }

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

background-color css

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

 a { background-color: rgb(225,97,49); }

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

border-color css

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

 span { border-color: rgb(225,97,49); }

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