Html Css Color HEX #E05F2D Sorbus

📋 copy color: '#E05F2D'

red 224 ◦ green 95 ◦ blue 45

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

Shades of Sorbus #E05F2D

Tints of Sorbus #E05F2D

RGB

 RED value IS 224 (87.89% from 255) = 61.54%

 GREEN value IS 95 (37.5% from 255) = 26.1%

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

R = 61.54%
G = 26.1%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E05F2D (or 0xE05F2D) is known color: Sorbus. HEX triplet: E0, 5F and 2D. RGB value is (224,95,45). Sum of RGB (Red+Green+Blue) = 224+95+45=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F2D is #1FA0D2. Grayscale: #808080. Windows color (decimal): -2072787 or 2973664. OLE color: 2973664.

HSL color Cylindrical-coordinate representation of color #E05F2D: hue angle of 16.76º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E05F2D is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 95 45 -
CMYK 0 0.58 0.80 0.12
HSL 16.76º 0.74% 0.53% -
HSV(B) 16.76º 0.8% 0.88% -
XYZ 35.31 24.22 5.3 -
YUV 127.87 81.24 196.57 -
System Red Green Blue C M Y K H S L
Decimal 224 95 45 0 0.58 0.80 0.12 16.76 0.74 0.53
Hex E0 5F 2D 0 3A 50 C 11 4A 35
Octal 340 137 55 0 72 120 14 21 112 65
Binary 11100000 1011111 101101 0 111010 1010000 1100 10001 1001010 110101

Color Harmonies of #E05F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F2D

Black with #E05F2D

Text Example


Text Example

White with #E05F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F2D; }

 p { color: rgb(224,95,45); }

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

background-color css

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

 a { background-color: rgb(224,95,45); }

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

border-color css

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

 span { border-color: rgb(224,95,45); }

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