Html Css Color HEX #D9594F Valencia

📋 copy color: '#D9594F'

red 217 ◦ green 89 ◦ blue 79

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

Shades of Valencia #D9594F

Tints of Valencia #D9594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.12%

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

R = 56.36%
G = 23.12%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9594F (or 0xD9594F) is known color: Valencia. HEX triplet: D9, 59 and 4F. RGB value is (217,89,79). Sum of RGB (Red+Green+Blue) = 217+89+79=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D9594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9594F is #26A6B0. Grayscale: #7E7E7E. Windows color (decimal): -2533041 or 5200345. OLE color: 5200345.

HSL color Cylindrical-coordinate representation of color #D9594F: hue angle of 4.35º 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 #D9594F is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 79 -
CMYK 0 0.59 0.64 0.15
HSL 4.35º 0.64% 0.58% -
HSV(B) 4.35º 0.64% 0.85% -
XYZ 33.6 22.46 9.96 -
YUV 126.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 217 89 79 0 0.59 0.64 0.15 4.35 0.64 0.58
Hex D9 59 4F 0 3B 40 F 4 40 3A
Octal 331 131 117 0 73 100 17 4 100 72
Binary 11011001 1011001 1001111 0 111011 1000000 1111 100 1000000 111010

Color Harmonies of #D9594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9594F

Black with #D9594F

Text Example


Text Example

White with #D9594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9594F; }

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

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

background-color css

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

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

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

border-color css

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

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

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