Html Css Color HEX #E55C30 Sorbus

📋 copy color: '#E55C30'

red 229 ◦ green 92 ◦ blue 48

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

Shades of Sorbus #E55C30

Tints of Sorbus #E55C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 62.06%
G = 24.93%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E55C30 (or 0xE55C30) is known color: Sorbus. HEX triplet: E5, 5C and 30. RGB value is (229,92,48). Sum of RGB (Red+Green+Blue) = 229+92+48=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55C30 is #1AA3CF. Grayscale: #808080. Windows color (decimal): -1745872 or 3169509. OLE color: 3169509.

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

Color convert

RGB 229 92 48 -
CMYK 0 0.60 0.79 0.10
HSL 14.59º 0.78% 0.54% -
HSV(B) 14.59º 0.79% 0.9% -
XYZ 36.67 24.53 5.6 -
YUV 127.95 82.89 200.08 -
System Red Green Blue C M Y K H S L
Decimal 229 92 48 0 0.60 0.79 0.10 14.59 0.78 0.54
Hex E5 5C 30 0 3C 4F A F 4E 36
Octal 345 134 60 0 74 117 12 17 116 66
Binary 11100101 1011100 110000 0 111100 1001111 1010 1111 1001110 110110

Color Harmonies of #E55C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55C30

Black with #E55C30

Text Example


Text Example

White with #E55C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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