Html Css Color HEX #E2642F Sorbus

📋 copy color: '#E2642F'

red 226 ◦ green 100 ◦ blue 47

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

Shades of Sorbus #E2642F

Tints of Sorbus #E2642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 60.59%
G = 26.81%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2642F (or 0xE2642F) is known color: Sorbus. HEX triplet: E2, 64 and 2F. RGB value is (226,100,47). Sum of RGB (Red+Green+Blue) = 226+100+47=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E2642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2642F is #1D9BD0. Grayscale: #838383. Windows color (decimal): -1940433 or 3106018. OLE color: 3106018.

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

Color convert

RGB 226 100 47 -
CMYK 0 0.56 0.79 0.11
HSL 17.77º 0.76% 0.54% -
HSV(B) 17.77º 0.79% 0.89% -
XYZ 36.43 25.49 5.69 -
YUV 131.63 80.24 195.31 -
System Red Green Blue C M Y K H S L
Decimal 226 100 47 0 0.56 0.79 0.11 17.77 0.76 0.54
Hex E2 64 2F 0 38 4F B 12 4C 36
Octal 342 144 57 0 70 117 13 22 114 66
Binary 11100010 1100100 101111 0 111000 1001111 1011 10010 1001100 110110

Color Harmonies of #E2642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2642F

Black with #E2642F

Text Example


Text Example

White with #E2642F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2642F; }

 p { color: rgb(226,100,47); }

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

background-color css

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

 a { background-color: rgb(226,100,47); }

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

border-color css

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

 span { border-color: rgb(226,100,47); }

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