Html Css Color HEX #E25E2D Sorbus

📋 copy color: '#E25E2D'

red 226 ◦ green 94 ◦ blue 45

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

Shades of Sorbus #E25E2D

Tints of Sorbus #E25E2D

RGB

 RED value IS 226 (88.67% from 255) = 61.92%

 GREEN value IS 94 (37.11% from 255) = 25.75%

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

R = 61.92%
G = 25.75%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E25E2D (or 0xE25E2D) is known color: Sorbus. HEX triplet: E2, 5E and 2D. RGB value is (226,94,45). Sum of RGB (Red+Green+Blue) = 226+94+45=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25E2D is #1DA1D2. Grayscale: #808080. Windows color (decimal): -1941971 or 2973410. OLE color: 2973410.

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

Color convert

RGB 226 94 45 -
CMYK 0 0.58 0.80 0.11
HSL 16.24º 0.76% 0.53% -
HSV(B) 16.24º 0.8% 0.89% -
XYZ 35.84 24.36 5.3 -
YUV 127.88 81.23 197.98 -
System Red Green Blue C M Y K H S L
Decimal 226 94 45 0 0.58 0.80 0.11 16.24 0.76 0.53
Hex E2 5E 2D 0 3A 50 B 10 4C 35
Octal 342 136 55 0 72 120 13 20 114 65
Binary 11100010 1011110 101101 0 111010 1010000 1011 10000 1001100 110101

Color Harmonies of #E25E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E2D

Black with #E25E2D

Text Example


Text Example

White with #E25E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E2D; }

 p { color: rgb(226,94,45); }

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

background-color css

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

 a { background-color: rgb(226,94,45); }

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

border-color css

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

 span { border-color: rgb(226,94,45); }

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