Html Css Color HEX #E15E2F Sorbus

📋 copy color: '#E15E2F'

red 225 ◦ green 94 ◦ blue 47

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

Shades of Sorbus #E15E2F

Tints of Sorbus #E15E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.68%

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

R = 61.48%
G = 25.68%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E15E2F (or 0xE15E2F) is known color: Sorbus. HEX triplet: E1, 5E and 2F. RGB value is (225,94,47). Sum of RGB (Red+Green+Blue) = 225+94+47=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E2F is #1EA1D0. Grayscale: #808080. Windows color (decimal): -2007505 or 3104481. OLE color: 3104481.

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

Color convert

RGB 225 94 47 -
CMYK 0 0.58 0.79 0.12
HSL 15.84º 0.75% 0.53% -
HSV(B) 15.84º 0.79% 0.88% -
XYZ 35.57 24.22 5.49 -
YUV 127.81 82.4 197.32 -
System Red Green Blue C M Y K H S L
Decimal 225 94 47 0 0.58 0.79 0.12 15.84 0.75 0.53
Hex E1 5E 2F 0 3A 4F C 10 4B 35
Octal 341 136 57 0 72 117 14 20 113 65
Binary 11100001 1011110 101111 0 111010 1001111 1100 10000 1001011 110101

Color Harmonies of #E15E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E2F

Black with #E15E2F

Text Example


Text Example

White with #E15E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E2F; }

 p { color: rgb(225,94,47); }

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

background-color css

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

 a { background-color: rgb(225,94,47); }

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

border-color css

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

 span { border-color: rgb(225,94,47); }

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