Html Css Color HEX #D1594D Valencia

📋 copy color: '#D1594D'

red 209 ◦ green 89 ◦ blue 77

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

Shades of Valencia #D1594D

Tints of Valencia #D1594D

RGB

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

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

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

R = 55.73%
G = 23.73%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1594D (or 0xD1594D) is known color: Valencia. HEX triplet: D1, 59 and 4D. RGB value is (209,89,77). Sum of RGB (Red+Green+Blue) = 209+89+77=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1594D is #2EA6B2. Grayscale: #7B7B7B. Windows color (decimal): -3057331 or 5069265. OLE color: 5069265.

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

Color convert

RGB 209 89 77 -
CMYK 0 0.57 0.63 0.18
HSL 5.45º 0.59% 0.56% -
HSV(B) 5.45º 0.63% 0.82% -
XYZ 31.21 21.24 9.48 -
YUV 123.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 209 89 77 0 0.57 0.63 0.18 5.45 0.59 0.56
Hex D1 59 4D 0 39 3F 12 5 3B 38
Octal 321 131 115 0 71 77 22 5 73 70
Binary 11010001 1011001 1001101 0 111001 111111 10010 101 111011 111000

Color Harmonies of #D1594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1594D

Black with #D1594D

Text Example


Text Example

White with #D1594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1594D; }

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

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

background-color css

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

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

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

border-color css

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

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

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