Html Css Color HEX #E75C2A Sorbus

📋 copy color: '#E75C2A'

red 231 ◦ green 92 ◦ blue 42

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

Shades of Sorbus #E75C2A

Tints of Sorbus #E75C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.21%

 BLUE value IS 42 (16.8% from 255) = 11.51%

R = 63.29%
G = 25.21%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E75C2A (or 0xE75C2A) is known color: Sorbus. HEX triplet: E7, 5C and 2A. RGB value is (231,92,42). Sum of RGB (Red+Green+Blue) = 231+92+42=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75C2A is #18A3D5. Grayscale: #808080. Windows color (decimal): -1614806 or 2776295. OLE color: 2776295.

HSL color Cylindrical-coordinate representation of color #E75C2A: hue angle of 15.87º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E75C2A is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 42 -
CMYK 0 0.60 0.82 0.09
HSL 15.87º 0.8% 0.54% -
HSV(B) 15.87º 0.82% 0.91% -
XYZ 37.2 24.81 5.02 -
YUV 127.86 79.55 201.57 -
System Red Green Blue C M Y K H S L
Decimal 231 92 42 0 0.60 0.82 0.09 15.87 0.8 0.54
Hex E7 5C 2A 0 3C 52 9 10 50 36
Octal 347 134 52 0 74 122 11 20 120 66
Binary 11100111 1011100 101010 0 111100 1010010 1001 10000 1010000 110110

Color Harmonies of #E75C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C2A

Black with #E75C2A

Text Example


Text Example

White with #E75C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C2A; }

 p { color: rgb(231,92,42); }

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

background-color css

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

 a { background-color: rgb(231,92,42); }

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

border-color css

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

 span { border-color: rgb(231,92,42); }

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