Html Css Color HEX #D6594A Valencia

📋 copy color: '#D6594A'

red 214 ◦ green 89 ◦ blue 74

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

Shades of Valencia #D6594A

Tints of Valencia #D6594A

RGB

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

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

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

R = 56.76%
G = 23.61%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6594A (or 0xD6594A) is known color: Valencia. HEX triplet: D6, 59 and 4A. RGB value is (214,89,74). Sum of RGB (Red+Green+Blue) = 214+89+74=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6594A is #29A6B5. Grayscale: #7C7C7C. Windows color (decimal): -2729654 or 4872662. OLE color: 4872662.

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

Color convert

RGB 214 89 74 -
CMYK 0 0.58 0.65 0.16
HSL 6.43º 0.63% 0.56% -
HSV(B) 6.43º 0.65% 0.84% -
XYZ 32.54 21.94 9 -
YUV 124.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 214 89 74 0 0.58 0.65 0.16 6.43 0.63 0.56
Hex D6 59 4A 0 3A 41 10 6 3F 38
Octal 326 131 112 0 72 101 20 6 77 70
Binary 11010110 1011001 1001010 0 111010 1000001 10000 110 111111 111000

Color Harmonies of #D6594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6594A

Black with #D6594A

Text Example


Text Example

White with #D6594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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