Html Css Color HEX #E1612E Sorbus

📋 copy color: '#E1612E'

red 225 ◦ green 97 ◦ blue 46

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

Shades of Sorbus #E1612E

Tints of Sorbus #E1612E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 61.14%
G = 26.36%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1612E (or 0xE1612E) is known color: Sorbus. HEX triplet: E1, 61 and 2E. RGB value is (225,97,46). Sum of RGB (Red+Green+Blue) = 225+97+46=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1612E is #1E9ED1. Grayscale: #818181. Windows color (decimal): -2006738 or 3039713. OLE color: 3039713.

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

Color convert

RGB 225 97 46 -
CMYK 0 0.57 0.80 0.12
HSL 17.09º 0.75% 0.53% -
HSV(B) 17.09º 0.8% 0.88% -
XYZ 35.82 24.75 5.47 -
YUV 129.46 80.91 196.15 -
System Red Green Blue C M Y K H S L
Decimal 225 97 46 0 0.57 0.80 0.12 17.09 0.75 0.53
Hex E1 61 2E 0 39 50 C 11 4B 35
Octal 341 141 56 0 71 120 14 21 113 65
Binary 11100001 1100001 101110 0 111001 1010000 1100 10001 1001011 110101

Color Harmonies of #E1612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1612E

Black with #E1612E

Text Example


Text Example

White with #E1612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1612E; }

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

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

background-color css

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

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

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

border-color css

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

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

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