Html Css Color HEX #D6594C Valencia

📋 copy color: '#D6594C'

red 214 ◦ green 89 ◦ blue 76

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

Shades of Valencia #D6594C

Tints of Valencia #D6594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 56.46%
G = 23.48%
B = 20.05%

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

#D6594C (or 0xD6594C) is known color: Valencia. HEX triplet: D6, 59 and 4C. RGB value is (214,89,76). Sum of RGB (Red+Green+Blue) = 214+89+76=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6594C is #29A6B3. Grayscale: #7D7D7D. Windows color (decimal): -2729652 or 5003734. OLE color: 5003734.

HSL color Cylindrical-coordinate representation of color #D6594C: hue angle of 5.65º 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 #D6594C is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 76 -
CMYK 0 0.58 0.64 0.16
HSL 5.65º 0.63% 0.57% -
HSV(B) 5.65º 0.64% 0.84% -
XYZ 32.61 21.96 9.36 -
YUV 124.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 214 89 76 0 0.58 0.64 0.16 5.65 0.63 0.57
Hex D6 59 4C 0 3A 40 10 6 3F 39
Octal 326 131 114 0 72 100 20 6 77 71
Binary 11010110 1011001 1001100 0 111010 1000000 10000 110 111111 111001

Color Harmonies of #D6594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6594C

Black with #D6594C

Text Example


Text Example

White with #D6594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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