Html Css Color HEX #E6514A Valencia

📋 copy color: '#E6514A'

red 230 ◦ green 81 ◦ blue 74

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

Shades of Valencia #E6514A

Tints of Valencia #E6514A

RGB

 RED value IS 230 (90.23% from 255) = 59.74%

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

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

R = 59.74%
G = 21.04%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6514A (or 0xE6514A) is known color: Valencia. HEX triplet: E6, 51 and 4A. RGB value is (230,81,74). Sum of RGB (Red+Green+Blue) = 230+81+74=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E6514A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6514A is #19AEB5. Grayscale: #7C7C7C. Windows color (decimal): -1683126 or 4870630. OLE color: 4870630.

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

Color convert

RGB 230 81 74 -
CMYK 0 0.65 0.68 0.10
HSL 2.69º 0.76% 0.6% -
HSV(B) 2.69º 0.68% 0.9% -
XYZ 36.81 23.2 9.02 -
YUV 124.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 230 81 74 0 0.65 0.68 0.10 2.69 0.76 0.6
Hex E6 51 4A 0 41 44 A 3 4C 3C
Octal 346 121 112 0 101 104 12 3 114 74
Binary 11100110 1010001 1001010 0 1000001 1000100 1010 11 1001100 111100

Color Harmonies of #E6514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6514A

Black with #E6514A

Text Example


Text Example

White with #E6514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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