Html Css Color HEX #E55A2E Sorbus

📋 copy color: '#E55A2E'

red 229 ◦ green 90 ◦ blue 46

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

Shades of Sorbus #E55A2E

Tints of Sorbus #E55A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.66%

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 62.74%
G = 24.66%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E55A2E (or 0xE55A2E) is known color: Sorbus. HEX triplet: E5, 5A and 2E. RGB value is (229,90,46). Sum of RGB (Red+Green+Blue) = 229+90+46=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A2E is #1AA5D1. Grayscale: #7E7E7E. Windows color (decimal): -1746386 or 3037925. OLE color: 3037925.

HSL color Cylindrical-coordinate representation of color #E55A2E: hue angle of 14.43º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E55A2E is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 46 -
CMYK 0 0.61 0.80 0.10
HSL 14.43º 0.78% 0.54% -
HSV(B) 14.43º 0.8% 0.9% -
XYZ 36.46 24.17 5.33 -
YUV 126.55 82.55 201.08 -
System Red Green Blue C M Y K H S L
Decimal 229 90 46 0 0.61 0.80 0.10 14.43 0.78 0.54
Hex E5 5A 2E 0 3D 50 A E 4E 36
Octal 345 132 56 0 75 120 12 16 116 66
Binary 11100101 1011010 101110 0 111101 1010000 1010 1110 1001110 110110

Color Harmonies of #E55A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A2E

Black with #E55A2E

Text Example


Text Example

White with #E55A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A2E; }

 p { color: rgb(229,90,46); }

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

background-color css

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

 a { background-color: rgb(229,90,46); }

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

border-color css

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

 span { border-color: rgb(229,90,46); }

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