Html Css Color HEX #E35F34 Sorbus

📋 copy color: '#E35F34'

red 227 ◦ green 95 ◦ blue 52

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

Shades of Sorbus #E35F34

Tints of Sorbus #E35F34

RGB

 RED value IS 227 (89.06% from 255) = 60.7%

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 60.7%
G = 25.4%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E35F34 (or 0xE35F34) is known color: Sorbus. HEX triplet: E3, 5F and 34. RGB value is (227,95,52). Sum of RGB (Red+Green+Blue) = 227+95+52=374 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.70% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35F34 is #1CA0CB. Grayscale: #818181. Windows color (decimal): -1876172 or 3432419. OLE color: 3432419.

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

Color convert

RGB 227 95 52 -
CMYK 0 0.58 0.77 0.11
HSL 14.74º 0.76% 0.55% -
HSV(B) 14.74º 0.77% 0.89% -
XYZ 36.39 24.76 6.11 -
YUV 129.57 84.23 197.5 -
System Red Green Blue C M Y K H S L
Decimal 227 95 52 0 0.58 0.77 0.11 14.74 0.76 0.55
Hex E3 5F 34 0 3A 4D B F 4C 37
Octal 343 137 64 0 72 115 13 17 114 67
Binary 11100011 1011111 110100 0 111010 1001101 1011 1111 1001100 110111

Color Harmonies of #E35F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F34

Black with #E35F34

Text Example


Text Example

White with #E35F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F34; }

 p { color: rgb(227,95,52); }

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

background-color css

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

 a { background-color: rgb(227,95,52); }

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

border-color css

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

 span { border-color: rgb(227,95,52); }

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