Html Css Color HEX #E75F3C Sorbus

📋 copy color: '#E75F3C'

red 231 ◦ green 95 ◦ blue 60

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

Shades of Sorbus #E75F3C

Tints of Sorbus #E75F3C

RGB

 RED value IS 231 (90.63% from 255) = 59.84%

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

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 59.84%
G = 24.61%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E75F3C (or 0xE75F3C) is known color: Sorbus. HEX triplet: E7, 5F and 3C. RGB value is (231,95,60). Sum of RGB (Red+Green+Blue) = 231+95+60=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75F3C is #18A0C3. Grayscale: #838383. Windows color (decimal): -1614020 or 3956711. OLE color: 3956711.

HSL color Cylindrical-coordinate representation of color #E75F3C: hue angle of 12.28º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E75F3C is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 95 60 -
CMYK 0 0.59 0.74 0.09
HSL 12.28º 0.78% 0.57% -
HSV(B) 12.28º 0.74% 0.91% -
XYZ 37.86 25.5 7.2 -
YUV 131.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 231 95 60 0 0.59 0.74 0.09 12.28 0.78 0.57
Hex E7 5F 3C 0 3B 4A 9 C 4E 39
Octal 347 137 74 0 73 112 11 14 116 71
Binary 11100111 1011111 111100 0 111011 1001010 1001 1100 1001110 111001

Color Harmonies of #E75F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75F3C

Black with #E75F3C

Text Example


Text Example

White with #E75F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75F3C; }

 p { color: rgb(231,95,60); }

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

background-color css

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

 a { background-color: rgb(231,95,60); }

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

border-color css

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

 span { border-color: rgb(231,95,60); }

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