Html Css Color HEX #D6594D Valencia

📋 copy color: '#D6594D'

red 214 ◦ green 89 ◦ blue 77

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

Shades of Valencia #D6594D

Tints of Valencia #D6594D

RGB

 RED value IS 214 (83.98% from 255) = 56.32%

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

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

R = 56.32%
G = 23.42%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6594D (or 0xD6594D) is known color: Valencia. HEX triplet: D6, 59 and 4D. RGB value is (214,89,77). Sum of RGB (Red+Green+Blue) = 214+89+77=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D6594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6594D is #29A6B2. Grayscale: #7D7D7D. Windows color (decimal): -2729651 or 5069270. OLE color: 5069270.

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

Color convert

RGB 214 89 77 -
CMYK 0 0.58 0.64 0.16
HSL 5.26º 0.63% 0.57% -
HSV(B) 5.26º 0.64% 0.84% -
XYZ 32.64 21.98 9.54 -
YUV 125.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 214 89 77 0 0.58 0.64 0.16 5.26 0.63 0.57
Hex D6 59 4D 0 3A 40 10 5 3F 39
Octal 326 131 115 0 72 100 20 5 77 71
Binary 11010110 1011001 1001101 0 111010 1000000 10000 101 111111 111001

Color Harmonies of #D6594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6594D

Black with #D6594D

Text Example


Text Example

White with #D6594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6594D; }

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

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

background-color css

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

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

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

border-color css

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

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

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