Html Css Color HEX #E0612B Sorbus

📋 copy color: '#E0612B'

red 224 ◦ green 97 ◦ blue 43

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

Shades of Sorbus #E0612B

Tints of Sorbus #E0612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 61.54%
G = 26.65%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0612B (or 0xE0612B) is known color: Sorbus. HEX triplet: E0, 61 and 2B. RGB value is (224,97,43). Sum of RGB (Red+Green+Blue) = 224+97+43=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0612B is #1F9ED4. Grayscale: #818181. Windows color (decimal): -2072277 or 2843104. OLE color: 2843104.

HSL color Cylindrical-coordinate representation of color #E0612B: hue angle of 17.9º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0612B is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 43 -
CMYK 0 0.57 0.81 0.12
HSL 17.9º 0.74% 0.52% -
HSV(B) 17.9º 0.81% 0.88% -
XYZ 35.45 24.57 5.16 -
YUV 128.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 224 97 43 0 0.57 0.81 0.12 17.9 0.74 0.52
Hex E0 61 2B 0 39 51 C 12 4A 34
Octal 340 141 53 0 71 121 14 22 112 64
Binary 11100000 1100001 101011 0 111001 1010001 1100 10010 1001010 110100

Color Harmonies of #E0612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0612B

Black with #E0612B

Text Example


Text Example

White with #E0612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0612B; }

 p { color: rgb(224,97,43); }

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

background-color css

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

 a { background-color: rgb(224,97,43); }

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

border-color css

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

 span { border-color: rgb(224,97,43); }

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