Html Css Color HEX #D9514F Valencia

📋 copy color: '#D9514F'

red 217 ◦ green 81 ◦ blue 79

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

Shades of Valencia #D9514F

Tints of Valencia #D9514F

RGB

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

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

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

R = 57.56%
G = 21.49%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9514F (or 0xD9514F) is known color: Valencia. HEX triplet: D9, 51 and 4F. RGB value is (217,81,79). Sum of RGB (Red+Green+Blue) = 217+81+79=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9514F is #26AEB0. Grayscale: #797979. Windows color (decimal): -2535089 or 5198297. OLE color: 5198297.

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

Color convert

RGB 217 81 79 -
CMYK 0 0.63 0.64 0.15
HSL 0.87º 0.64% 0.58% -
HSV(B) 0.87º 0.64% 0.85% -
XYZ 32.97 21.2 9.75 -
YUV 121.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 217 81 79 0 0.63 0.64 0.15 0.87 0.64 0.58
Hex D9 51 4F 0 3F 40 F 1 40 3A
Octal 331 121 117 0 77 100 17 1 100 72
Binary 11011001 1010001 1001111 0 111111 1000000 1111 1 1000000 111010

Color Harmonies of #D9514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9514F

Black with #D9514F

Text Example


Text Example

White with #D9514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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