Html Css Color HEX #E1602A Sorbus

📋 copy color: '#E1602A'

red 225 ◦ green 96 ◦ blue 42

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

Shades of Sorbus #E1602A

Tints of Sorbus #E1602A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 61.98%
G = 26.45%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1602A (or 0xE1602A) is known color: Sorbus. HEX triplet: E1, 60 and 2A. RGB value is (225,96,42). Sum of RGB (Red+Green+Blue) = 225+96+42=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E1602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1602A is #1E9FD5. Grayscale: #808080. Windows color (decimal): -2006998 or 2777313. OLE color: 2777313.

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

Color convert

RGB 225 96 42 -
CMYK 0 0.57 0.81 0.12
HSL 17.7º 0.75% 0.52% -
HSV(B) 17.7º 0.81% 0.88% -
XYZ 35.65 24.54 5.05 -
YUV 128.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 225 96 42 0 0.57 0.81 0.12 17.7 0.75 0.52
Hex E1 60 2A 0 39 51 C 12 4B 34
Octal 341 140 52 0 71 121 14 22 113 64
Binary 11100001 1100000 101010 0 111001 1010001 1100 10010 1001011 110100

Color Harmonies of #E1602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1602A

Black with #E1602A

Text Example


Text Example

White with #E1602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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