Html Css Color HEX #E16331 Sorbus

📋 copy color: '#E16331'

red 225 ◦ green 99 ◦ blue 49

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

Shades of Sorbus #E16331

Tints of Sorbus #E16331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

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

R = 60.32%
G = 26.54%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E16331 (or 0xE16331) is known color: Sorbus. HEX triplet: E1, 63 and 31. RGB value is (225,99,49). Sum of RGB (Red+Green+Blue) = 225+99+49=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E16331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16331 is #1E9CCE. Grayscale: #838383. Windows color (decimal): -2006223 or 3236833. OLE color: 3236833.

HSL color Cylindrical-coordinate representation of color #E16331: hue angle of 17.05º 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 #E16331 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 99 49 -
CMYK 0 0.56 0.78 0.12
HSL 17.05º 0.75% 0.54% -
HSV(B) 17.05º 0.78% 0.88% -
XYZ 36.07 25.15 5.86 -
YUV 130.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 225 99 49 0 0.56 0.78 0.12 17.05 0.75 0.54
Hex E1 63 31 0 38 4E C 11 4B 36
Octal 341 143 61 0 70 116 14 21 113 66
Binary 11100001 1100011 110001 0 111000 1001110 1100 10001 1001011 110110

Color Harmonies of #E16331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16331

Black with #E16331

Text Example


Text Example

White with #E16331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16331; }

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

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

background-color css

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

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

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

border-color css

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

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

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