Html Css Color HEX #D9514D Valencia

📋 copy color: '#D9514D'

red 217 ◦ green 81 ◦ blue 77

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

Shades of Valencia #D9514D

Tints of Valencia #D9514D

RGB

 RED value IS 217 (85.16% from 255) = 57.87%

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

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

R = 57.87%
G = 21.6%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9514D (or 0xD9514D) is known color: Valencia. HEX triplet: D9, 51 and 4D. RGB value is (217,81,77). Sum of RGB (Red+Green+Blue) = 217+81+77=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9514D is #26AEB2. Grayscale: #797979. Windows color (decimal): -2535091 or 5067225. OLE color: 5067225.

HSL color Cylindrical-coordinate representation of color #D9514D: hue angle of 1.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9514D is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 77 -
CMYK 0 0.63 0.65 0.15
HSL 1.71º 0.65% 0.58% -
HSV(B) 1.71º 0.65% 0.85% -
XYZ 32.9 21.17 9.37 -
YUV 121.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 217 81 77 0 0.63 0.65 0.15 1.71 0.65 0.58
Hex D9 51 4D 0 3F 41 F 2 41 3A
Octal 331 121 115 0 77 101 17 2 101 72
Binary 11011001 1010001 1001101 0 111111 1000001 1111 10 1000001 111010

Color Harmonies of #D9514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9514D

Black with #D9514D

Text Example


Text Example

White with #D9514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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