Html Css Color HEX #D6514D Valencia

📋 copy color: '#D6514D'

red 214 ◦ green 81 ◦ blue 77

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

Shades of Valencia #D6514D

Tints of Valencia #D6514D

RGB

 RED value IS 214 (83.98% from 255) = 57.53%

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

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 57.53%
G = 21.77%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6514D (or 0xD6514D) is known color: Valencia. HEX triplet: D6, 51 and 4D. RGB value is (214,81,77). Sum of RGB (Red+Green+Blue) = 214+81+77=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D6514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6514D is #29AEB2. Grayscale: #787878. Windows color (decimal): -2731699 or 5067222. OLE color: 5067222.

HSL color Cylindrical-coordinate representation of color #D6514D: hue angle of 1.75º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6514D is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 77 -
CMYK 0 0.62 0.64 0.16
HSL 1.75º 0.63% 0.57% -
HSV(B) 1.75º 0.64% 0.84% -
XYZ 32.01 20.72 9.33 -
YUV 120.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 214 81 77 0 0.62 0.64 0.16 1.75 0.63 0.57
Hex D6 51 4D 0 3E 40 10 2 3F 39
Octal 326 121 115 0 76 100 20 2 77 71
Binary 11010110 1010001 1001101 0 111110 1000000 10000 10 111111 111001

Color Harmonies of #D6514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6514D

Black with #D6514D

Text Example


Text Example

White with #D6514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6514D; }

 p { color: rgb(214,81,77); }

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

background-color css

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

 a { background-color: rgb(214,81,77); }

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

border-color css

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

 span { border-color: rgb(214,81,77); }

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