Html Css Color HEX #D6594F Valencia

📋 copy color: '#D6594F'

red 214 ◦ green 89 ◦ blue 79

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

Shades of Valencia #D6594F

Tints of Valencia #D6594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 56.02%
G = 23.3%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6594F (or 0xD6594F) is known color: Valencia. HEX triplet: D6, 59 and 4F. RGB value is (214,89,79). Sum of RGB (Red+Green+Blue) = 214+89+79=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D6594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6594F is #29A6B0. Grayscale: #7D7D7D. Windows color (decimal): -2729649 or 5200342. OLE color: 5200342.

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

Color convert

RGB 214 89 79 -
CMYK 0 0.58 0.63 0.16
HSL 4.44º 0.62% 0.57% -
HSV(B) 4.44º 0.63% 0.84% -
XYZ 32.72 22.01 9.92 -
YUV 125.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 214 89 79 0 0.58 0.63 0.16 4.44 0.62 0.57
Hex D6 59 4F 0 3A 3F 10 4 3E 39
Octal 326 131 117 0 72 77 20 4 76 71
Binary 11010110 1011001 1001111 0 111010 111111 10000 100 111110 111001

Color Harmonies of #D6594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6594F

Black with #D6594F

Text Example


Text Example

White with #D6594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6594F; }

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

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

background-color css

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

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

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

border-color css

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

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

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