Html Css Color HEX #D1594A Valencia

📋 copy color: '#D1594A'

red 209 ◦ green 89 ◦ blue 74

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

Shades of Valencia #D1594A

Tints of Valencia #D1594A

RGB

 RED value IS 209 (82.03% from 255) = 56.18%

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

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 56.18%
G = 23.92%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1594A (or 0xD1594A) is known color: Valencia. HEX triplet: D1, 59 and 4A. RGB value is (209,89,74). Sum of RGB (Red+Green+Blue) = 209+89+74=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1594A is #2EA6B5. Grayscale: #7B7B7B. Windows color (decimal): -3057334 or 4872657. OLE color: 4872657.

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

Color convert

RGB 209 89 74 -
CMYK 0 0.57 0.65 0.18
HSL 6.67º 0.59% 0.55% -
HSV(B) 6.67º 0.65% 0.82% -
XYZ 31.1 21.19 8.93 -
YUV 123.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 209 89 74 0 0.57 0.65 0.18 6.67 0.59 0.55
Hex D1 59 4A 0 39 41 12 7 3B 37
Octal 321 131 112 0 71 101 22 7 73 67
Binary 11010001 1011001 1001010 0 111001 1000001 10010 111 111011 110111

Color Harmonies of #D1594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1594A

Black with #D1594A

Text Example


Text Example

White with #D1594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1594A; }

 p { color: rgb(209,89,74); }

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

background-color css

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

 a { background-color: rgb(209,89,74); }

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

border-color css

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

 span { border-color: rgb(209,89,74); }

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