Html Css Color HEX #E55A2D Sorbus

📋 copy color: '#E55A2D'

red 229 ◦ green 90 ◦ blue 45

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

Shades of Sorbus #E55A2D

Tints of Sorbus #E55A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.36%

R = 62.91%
G = 24.73%
B = 12.36%

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

#E55A2D (or 0xE55A2D) is known color: Sorbus. HEX triplet: E5, 5A and 2D. RGB value is (229,90,45). Sum of RGB (Red+Green+Blue) = 229+90+45=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A2D is #1AA5D2. Grayscale: #7E7E7E. Windows color (decimal): -1746387 or 2972389. OLE color: 2972389.

HSL color Cylindrical-coordinate representation of color #E55A2D: hue angle of 14.67º 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 #E55A2D is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 45 -
CMYK 0 0.61 0.80 0.10
HSL 14.67º 0.78% 0.54% -
HSV(B) 14.67º 0.8% 0.9% -
XYZ 36.44 24.16 5.23 -
YUV 126.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 229 90 45 0 0.61 0.80 0.10 14.67 0.78 0.54
Hex E5 5A 2D 0 3D 50 A F 4E 36
Octal 345 132 55 0 75 120 12 17 116 66
Binary 11100101 1011010 101101 0 111101 1010000 1010 1111 1001110 110110

Color Harmonies of #E55A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A2D

Black with #E55A2D

Text Example


Text Example

White with #E55A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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