Html Css Color HEX #E7514A Valencia

📋 copy color: '#E7514A'

red 231 ◦ green 81 ◦ blue 74

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

Shades of Valencia #E7514A

Tints of Valencia #E7514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 59.84%
G = 20.98%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7514A (or 0xE7514A) is known color: Valencia. HEX triplet: E7, 51 and 4A. RGB value is (231,81,74). Sum of RGB (Red+Green+Blue) = 231+81+74=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E7514A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7514A is #18AEB5. Grayscale: #7D7D7D. Windows color (decimal): -1617590 or 4870631. OLE color: 4870631.

HSL color Cylindrical-coordinate representation of color #E7514A: hue angle of 2.68º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7514A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 81 74 -
CMYK 0 0.65 0.68 0.09
HSL 2.68º 0.77% 0.6% -
HSV(B) 2.68º 0.68% 0.91% -
XYZ 37.13 23.37 9.03 -
YUV 125.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 231 81 74 0 0.65 0.68 0.09 2.68 0.77 0.6
Hex E7 51 4A 0 41 44 9 3 4D 3C
Octal 347 121 112 0 101 104 11 3 115 74
Binary 11100111 1010001 1001010 0 1000001 1000100 1001 11 1001101 111100

Color Harmonies of #E7514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7514A

Black with #E7514A

Text Example


Text Example

White with #E7514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7514A; }

 p { color: rgb(231,81,74); }

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

background-color css

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

 a { background-color: rgb(231,81,74); }

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

border-color css

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

 span { border-color: rgb(231,81,74); }

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