Html Css Color HEX #E16431 Sorbus

📋 copy color: '#E16431'

red 225 ◦ green 100 ◦ blue 49

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

Shades of Sorbus #E16431

Tints of Sorbus #E16431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

 BLUE value IS 49 (19.53% from 255) = 13.1%

R = 60.16%
G = 26.74%
B = 13.1%

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

#E16431 (or 0xE16431) is known color: Sorbus. HEX triplet: E1, 64 and 31. RGB value is (225,100,49). Sum of RGB (Red+Green+Blue) = 225+100+49=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E16431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16431 is #1E9BCE. Grayscale: #838383. Windows color (decimal): -2005967 or 3237089. OLE color: 3237089.

HSL color Cylindrical-coordinate representation of color #E16431: hue angle of 17.39º degrees, saturation: 0.75, 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 #E16431 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 49 -
CMYK 0 0.56 0.78 0.12
HSL 17.39º 0.75% 0.54% -
HSV(B) 17.39º 0.78% 0.88% -
XYZ 36.16 25.34 5.89 -
YUV 131.56 81.41 194.65 -
System Red Green Blue C M Y K H S L
Decimal 225 100 49 0 0.56 0.78 0.12 17.39 0.75 0.54
Hex E1 64 31 0 38 4E C 11 4B 36
Octal 341 144 61 0 70 116 14 21 113 66
Binary 11100001 1100100 110001 0 111000 1001110 1100 10001 1001011 110110

Color Harmonies of #E16431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16431

Black with #E16431

Text Example


Text Example

White with #E16431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16431; }

 p { color: rgb(225,100,49); }

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

background-color css

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

 a { background-color: rgb(225,100,49); }

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

border-color css

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

 span { border-color: rgb(225,100,49); }

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