Html Css Color HEX #E1602D Sorbus

📋 copy color: '#E1602D'

red 225 ◦ green 96 ◦ blue 45

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

Shades of Sorbus #E1602D

Tints of Sorbus #E1602D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 61.48%
G = 26.23%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1602D (or 0xE1602D) is known color: Sorbus. HEX triplet: E1, 60 and 2D. RGB value is (225,96,45). Sum of RGB (Red+Green+Blue) = 225+96+45=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1602D is #1E9FD2. Grayscale: #818181. Windows color (decimal): -2006995 or 2973921. OLE color: 2973921.

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

Color convert

RGB 225 96 45 -
CMYK 0 0.57 0.8 0.12
HSL 17º 0.75% 0.53% -
HSV(B) 17º 0.8% 0.88% -
XYZ 35.71 24.56 5.34 -
YUV 128.76 80.74 196.65 -
System Red Green Blue C M Y K H S L
Decimal 225 96 45 0 0.57 0.8 0.12 17 0.75 0.53
Hex E1 60 2D 0 39 50 C 11 4B 35
Octal 341 140 55 0 71 120 14 21 113 65
Binary 11100001 1100000 101101 0 111001 1010000 1100 10001 1001011 110101

Color Harmonies of #E1602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1602D

Black with #E1602D

Text Example


Text Example

White with #E1602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1602D; }

 p { color: rgb(225,96,45); }

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

background-color css

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

 a { background-color: rgb(225,96,45); }

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

border-color css

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

 span { border-color: rgb(225,96,45); }

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