Html Css Color HEX #E16E3F Sorbus

📋 copy color: '#E16E3F'

red 225 ◦ green 110 ◦ blue 63

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

Shades of Sorbus #E16E3F

Tints of Sorbus #E16E3F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.64%

 BLUE value IS 63 (25% from 255) = 15.83%

R = 56.53%
G = 27.64%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E16E3F (or 0xE16E3F) is known color: Sorbus. HEX triplet: E1, 6E and 3F. RGB value is (225,110,63). Sum of RGB (Red+Green+Blue) = 225+110+63=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16E3F is #1E91C0. Grayscale: #8B8B8B. Windows color (decimal): -2003393 or 4157153. OLE color: 4157153.

HSL color Cylindrical-coordinate representation of color #E16E3F: hue angle of 17.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E16E3F is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 110 63 -
CMYK 0 0.51 0.72 0.12
HSL 17.41º 0.73% 0.56% -
HSV(B) 17.41º 0.72% 0.88% -
XYZ 37.52 27.52 8.04 -
YUV 139.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 225 110 63 0 0.51 0.72 0.12 17.41 0.73 0.56
Hex E1 6E 3F 0 33 48 C 11 49 38
Octal 341 156 77 0 63 110 14 21 111 70
Binary 11100001 1101110 111111 0 110011 1001000 1100 10001 1001001 111000

Color Harmonies of #E16E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E3F

Black with #E16E3F

Text Example


Text Example

White with #E16E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E3F; }

 p { color: rgb(225,110,63); }

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

background-color css

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

 a { background-color: rgb(225,110,63); }

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

border-color css

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

 span { border-color: rgb(225,110,63); }

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