Html Css Color HEX #E16135 Sorbus

📋 copy color: '#E16135'

red 225 ◦ green 97 ◦ blue 53

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

Shades of Sorbus #E16135

Tints of Sorbus #E16135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 60%
G = 25.87%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E16135 (or 0xE16135) is known color: Sorbus. HEX triplet: E1, 61 and 35. RGB value is (225,97,53). Sum of RGB (Red+Green+Blue) = 225+97+53=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E16135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16135 is #1E9ECA. Grayscale: #828282. Windows color (decimal): -2006731 or 3498465. OLE color: 3498465.

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

Color convert

RGB 225 97 53 -
CMYK 0 0.57 0.76 0.12
HSL 15.35º 0.74% 0.55% -
HSV(B) 15.35º 0.76% 0.88% -
XYZ 35.97 24.81 6.26 -
YUV 130.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 225 97 53 0 0.57 0.76 0.12 15.35 0.74 0.55
Hex E1 61 35 0 39 4C C F 4A 37
Octal 341 141 65 0 71 114 14 17 112 67
Binary 11100001 1100001 110101 0 111001 1001100 1100 1111 1001010 110111

Color Harmonies of #E16135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16135

Black with #E16135

Text Example


Text Example

White with #E16135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16135; }

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

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

background-color css

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

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

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

border-color css

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

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

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