Html Css Color HEX #D9594B Valencia

📋 copy color: '#D9594B'

red 217 ◦ green 89 ◦ blue 75

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

Shades of Valencia #D9594B

Tints of Valencia #D9594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 56.96%
G = 23.36%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9594B (or 0xD9594B) is known color: Valencia. HEX triplet: D9, 59 and 4B. RGB value is (217,89,75). Sum of RGB (Red+Green+Blue) = 217+89+75=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9594B is #26A6B4. Grayscale: #7D7D7D. Windows color (decimal): -2533045 or 4938201. OLE color: 4938201.

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

Color convert

RGB 217 89 75 -
CMYK 0 0.59 0.65 0.15
HSL 5.92º 0.65% 0.57% -
HSV(B) 5.92º 0.65% 0.85% -
XYZ 33.46 22.4 9.22 -
YUV 125.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 217 89 75 0 0.59 0.65 0.15 5.92 0.65 0.57
Hex D9 59 4B 0 3B 41 F 6 41 39
Octal 331 131 113 0 73 101 17 6 101 71
Binary 11011001 1011001 1001011 0 111011 1000001 1111 110 1000001 111001

Color Harmonies of #D9594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9594B

Black with #D9594B

Text Example


Text Example

White with #D9594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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