Html Css Color HEX #E16232 Sorbus

📋 copy color: '#E16232'

red 225 ◦ green 98 ◦ blue 50

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

Shades of Sorbus #E16232

Tints of Sorbus #E16232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.27%

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 60.32%
G = 26.27%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E16232 (or 0xE16232) is known color: Sorbus. HEX triplet: E1, 62 and 32. RGB value is (225,98,50). Sum of RGB (Red+Green+Blue) = 225+98+50=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E16232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16232 is #1E9DCD. Grayscale: #828282. Windows color (decimal): -2006478 or 3302113. OLE color: 3302113.

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

Color convert

RGB 225 98 50 -
CMYK 0 0.56 0.78 0.12
HSL 16.46º 0.74% 0.54% -
HSV(B) 16.46º 0.78% 0.88% -
XYZ 35.99 24.97 5.94 -
YUV 130.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 225 98 50 0 0.56 0.78 0.12 16.46 0.74 0.54
Hex E1 62 32 0 38 4E C 10 4A 36
Octal 341 142 62 0 70 116 14 20 112 66
Binary 11100001 1100010 110010 0 111000 1001110 1100 10000 1001010 110110

Color Harmonies of #E16232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16232

Black with #E16232

Text Example


Text Example

White with #E16232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16232; }

 p { color: rgb(225,98,50); }

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

background-color css

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

 a { background-color: rgb(225,98,50); }

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

border-color css

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

 span { border-color: rgb(225,98,50); }

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