Html Css Color HEX #E1612B Sorbus

📋 copy color: '#E1612B'

red 225 ◦ green 97 ◦ blue 43

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

Shades of Sorbus #E1612B

Tints of Sorbus #E1612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.78%

R = 61.64%
G = 26.58%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1612B (or 0xE1612B) is known color: Sorbus. HEX triplet: E1, 61 and 2B. RGB value is (225,97,43). Sum of RGB (Red+Green+Blue) = 225+97+43=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1612B is #1E9ED4. Grayscale: #818181. Windows color (decimal): -2006741 or 2843105. OLE color: 2843105.

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

Color convert

RGB 225 97 43 -
CMYK 0 0.57 0.81 0.12
HSL 17.8º 0.75% 0.53% -
HSV(B) 17.8º 0.81% 0.88% -
XYZ 35.76 24.73 5.17 -
YUV 129.12 79.41 196.39 -
System Red Green Blue C M Y K H S L
Decimal 225 97 43 0 0.57 0.81 0.12 17.8 0.75 0.53
Hex E1 61 2B 0 39 51 C 12 4B 35
Octal 341 141 53 0 71 121 14 22 113 65
Binary 11100001 1100001 101011 0 111001 1010001 1100 10010 1001011 110101

Color Harmonies of #E1612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1612B

Black with #E1612B

Text Example


Text Example

White with #E1612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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