Html Css Color HEX #D7594C Valencia

📋 copy color: '#D7594C'

red 215 ◦ green 89 ◦ blue 76

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

Shades of Valencia #D7594C

Tints of Valencia #D7594C

RGB

 RED value IS 215 (84.38% from 255) = 56.58%

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

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

R = 56.58%
G = 23.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7594C (or 0xD7594C) is known color: Valencia. HEX triplet: D7, 59 and 4C. RGB value is (215,89,76). Sum of RGB (Red+Green+Blue) = 215+89+76=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7594C is #28A6B3. Grayscale: #7D7D7D. Windows color (decimal): -2664116 or 5003735. OLE color: 5003735.

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

Color convert

RGB 215 89 76 -
CMYK 0 0.59 0.65 0.16
HSL 5.61º 0.63% 0.57% -
HSV(B) 5.61º 0.65% 0.84% -
XYZ 32.9 22.11 9.37 -
YUV 125.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 215 89 76 0 0.59 0.65 0.16 5.61 0.63 0.57
Hex D7 59 4C 0 3B 41 10 6 3F 39
Octal 327 131 114 0 73 101 20 6 77 71
Binary 11010111 1011001 1001100 0 111011 1000001 10000 110 111111 111001

Color Harmonies of #D7594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7594C

Black with #D7594C

Text Example


Text Example

White with #D7594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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