Html Css Color HEX #E2672F Sorbus

📋 copy color: '#E2672F'

red 226 ◦ green 103 ◦ blue 47

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

Shades of Sorbus #E2672F

Tints of Sorbus #E2672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.39%

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

R = 60.11%
G = 27.39%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2672F (or 0xE2672F) is known color: Sorbus. HEX triplet: E2, 67 and 2F. RGB value is (226,103,47). Sum of RGB (Red+Green+Blue) = 226+103+47=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E2672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2672F is #1D98D0. Grayscale: #858585. Windows color (decimal): -1939665 or 3106786. OLE color: 3106786.

HSL color Cylindrical-coordinate representation of color #E2672F: hue angle of 18.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 #E2672F is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 103 47 -
CMYK 0 0.54 0.79 0.11
HSL 18.77º 0.76% 0.54% -
HSV(B) 18.77º 0.79% 0.89% -
XYZ 36.73 26.07 5.79 -
YUV 133.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 226 103 47 0 0.54 0.79 0.11 18.77 0.76 0.54
Hex E2 67 2F 0 36 4F B 13 4C 36
Octal 342 147 57 0 66 117 13 23 114 66
Binary 11100010 1100111 101111 0 110110 1001111 1011 10011 1001100 110110

Color Harmonies of #E2672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2672F

Black with #E2672F

Text Example


Text Example

White with #E2672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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