Html Css Color HEX #EC612B Sorbus

📋 copy color: '#EC612B'

red 236 ◦ green 97 ◦ blue 43

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

Shades of Sorbus #EC612B

Tints of Sorbus #EC612B

RGB

 RED value IS 236 (92.58% from 255) = 62.77%

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

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

R = 62.77%
G = 25.8%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC612B (or 0xEC612B) is known color: Sorbus. HEX triplet: EC, 61 and 2B. RGB value is (236,97,43). Sum of RGB (Red+Green+Blue) = 236+97+43=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC612B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC612B is #139ED4. Grayscale: #848484. Windows color (decimal): -1285845 or 2843116. OLE color: 2843116.

HSL color Cylindrical-coordinate representation of color #EC612B: hue angle of 16.79º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC612B is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 43 -
CMYK 0 0.59 0.82 0.07
HSL 16.79º 0.84% 0.55% -
HSV(B) 16.79º 0.82% 0.93% -
XYZ 39.3 26.56 5.34 -
YUV 132.41 77.55 201.89 -
System Red Green Blue C M Y K H S L
Decimal 236 97 43 0 0.59 0.82 0.07 16.79 0.84 0.55
Hex EC 61 2B 0 3B 52 7 11 54 37
Octal 354 141 53 0 73 122 7 21 124 67
Binary 11101100 1100001 101011 0 111011 1010010 111 10001 1010100 110111

Color Harmonies of #EC612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC612B

Black with #EC612B

Text Example


Text Example

White with #EC612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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