Html Css Color HEX #E55D29 Sorbus

📋 copy color: '#E55D29'

red 229 ◦ green 93 ◦ blue 41

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

Shades of Sorbus #E55D29

Tints of Sorbus #E55D29

RGB

 RED value IS 229 (89.84% from 255) = 63.09%

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 63.09%
G = 25.62%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E55D29 (or 0xE55D29) is known color: Sorbus. HEX triplet: E5, 5D and 29. RGB value is (229,93,41). Sum of RGB (Red+Green+Blue) = 229+93+41=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55D29 is #1AA2D6. Grayscale: #808080. Windows color (decimal): -1745623 or 2711013. OLE color: 2711013.

HSL color Cylindrical-coordinate representation of color #E55D29: hue angle of 16.6º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E55D29 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 93 41 -
CMYK 0 0.59 0.82 0.10
HSL 16.6º 0.78% 0.53% -
HSV(B) 16.6º 0.82% 0.9% -
XYZ 36.63 24.65 4.92 -
YUV 127.74 79.06 200.23 -
System Red Green Blue C M Y K H S L
Decimal 229 93 41 0 0.59 0.82 0.10 16.6 0.78 0.53
Hex E5 5D 29 0 3B 52 A 11 4E 35
Octal 345 135 51 0 73 122 12 21 116 65
Binary 11100101 1011101 101001 0 111011 1010010 1010 10001 1001110 110101

Color Harmonies of #E55D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D29

Black with #E55D29

Text Example


Text Example

White with #E55D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D29; }

 p { color: rgb(229,93,41); }

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

background-color css

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

 a { background-color: rgb(229,93,41); }

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

border-color css

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

 span { border-color: rgb(229,93,41); }

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