Html Css Color HEX #E2612B Sorbus

📋 copy color: '#E2612B'

red 226 ◦ green 97 ◦ blue 43

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

Shades of Sorbus #E2612B

Tints of Sorbus #E2612B

RGB

 RED value IS 226 (88.67% from 255) = 61.75%

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

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

R = 61.75%
G = 26.5%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2612B (or 0xE2612B) is known color: Sorbus. HEX triplet: E2, 61 and 2B. RGB value is (226,97,43). Sum of RGB (Red+Green+Blue) = 226+97+43=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2612B is #1D9ED4. Grayscale: #818181. Windows color (decimal): -1941205 or 2843106. OLE color: 2843106.

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

Color convert

RGB 226 97 43 -
CMYK 0 0.57 0.81 0.11
HSL 17.7º 0.76% 0.53% -
HSV(B) 17.7º 0.81% 0.89% -
XYZ 36.07 24.89 5.19 -
YUV 129.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 226 97 43 0 0.57 0.81 0.11 17.7 0.76 0.53
Hex E2 61 2B 0 39 51 B 12 4C 35
Octal 342 141 53 0 71 121 13 22 114 65
Binary 11100010 1100001 101011 0 111001 1010001 1011 10010 1001100 110101

Color Harmonies of #E2612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2612B

Black with #E2612B

Text Example


Text Example

White with #E2612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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