Html Css Color HEX #E2613D Sorbus

📋 copy color: '#E2613D'

red 226 ◦ green 97 ◦ blue 61

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

Shades of Sorbus #E2613D

Tints of Sorbus #E2613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.26%

 BLUE value IS 61 (24.22% from 255) = 15.89%

R = 58.85%
G = 25.26%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2613D (or 0xE2613D) is known color: Sorbus. HEX triplet: E2, 61 and 3D. RGB value is (226,97,61). Sum of RGB (Red+Green+Blue) = 226+97+61=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2613D is #1D9EC2. Grayscale: #838383. Windows color (decimal): -1941187 or 4022754. OLE color: 4022754.

HSL color Cylindrical-coordinate representation of color #E2613D: hue angle of 13.09º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2613D is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 97 61 -
CMYK 0 0.57 0.73 0.11
HSL 13.09º 0.74% 0.56% -
HSV(B) 13.09º 0.73% 0.89% -
XYZ 36.48 25.06 7.33 -
YUV 131.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 226 97 61 0 0.57 0.73 0.11 13.09 0.74 0.56
Hex E2 61 3D 0 39 49 B D 4A 38
Octal 342 141 75 0 71 111 13 15 112 70
Binary 11100010 1100001 111101 0 111001 1001001 1011 1101 1001010 111000

Color Harmonies of #E2613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2613D

Black with #E2613D

Text Example


Text Example

White with #E2613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2613D; }

 p { color: rgb(226,97,61); }

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

background-color css

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

 a { background-color: rgb(226,97,61); }

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

border-color css

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

 span { border-color: rgb(226,97,61); }

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