Html Css Color HEX #E55C2A Sorbus

📋 copy color: '#E55C2A'

red 229 ◦ green 92 ◦ blue 42

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

Shades of Sorbus #E55C2A

Tints of Sorbus #E55C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.34%

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 63.09%
G = 25.34%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E55C2A (or 0xE55C2A) is known color: Sorbus. HEX triplet: E5, 5C and 2A. RGB value is (229,92,42). Sum of RGB (Red+Green+Blue) = 229+92+42=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55C2A is #1AA3D5. Grayscale: #7F7F7F. Windows color (decimal): -1745878 or 2776293. OLE color: 2776293.

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

Color convert

RGB 229 92 42 -
CMYK 0 0.60 0.82 0.10
HSL 16.04º 0.78% 0.53% -
HSV(B) 16.04º 0.82% 0.9% -
XYZ 36.56 24.48 4.99 -
YUV 127.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 229 92 42 0 0.60 0.82 0.10 16.04 0.78 0.53
Hex E5 5C 2A 0 3C 52 A 10 4E 35
Octal 345 134 52 0 74 122 12 20 116 65
Binary 11100101 1011100 101010 0 111100 1010010 1010 10000 1001110 110101

Color Harmonies of #E55C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55C2A

Black with #E55C2A

Text Example


Text Example

White with #E55C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55C2A; }

 p { color: rgb(229,92,42); }

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

background-color css

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

 a { background-color: rgb(229,92,42); }

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

border-color css

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

 span { border-color: rgb(229,92,42); }

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