Html Css Color HEX #D6514F Valencia

📋 copy color: '#D6514F'

red 214 ◦ green 81 ◦ blue 79

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

Shades of Valencia #D6514F

Tints of Valencia #D6514F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.12%

R = 57.22%
G = 21.66%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6514F (or 0xD6514F) is known color: Valencia. HEX triplet: D6, 51 and 4F. RGB value is (214,81,79). Sum of RGB (Red+Green+Blue) = 214+81+79=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6514F is #29AEB0. Grayscale: #787878. Windows color (decimal): -2731697 or 5198294. OLE color: 5198294.

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

Color convert

RGB 214 81 79 -
CMYK 0 0.62 0.63 0.16
HSL 0.89º 0.62% 0.57% -
HSV(B) 0.89º 0.63% 0.84% -
XYZ 32.09 20.75 9.71 -
YUV 120.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 214 81 79 0 0.62 0.63 0.16 0.89 0.62 0.57
Hex D6 51 4F 0 3E 3F 10 1 3E 39
Octal 326 121 117 0 76 77 20 1 76 71
Binary 11010110 1010001 1001111 0 111110 111111 10000 1 111110 111001

Color Harmonies of #D6514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6514F

Black with #D6514F

Text Example


Text Example

White with #D6514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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