Html Css Color HEX #D7594B Valencia

📋 copy color: '#D7594B'

red 215 ◦ green 89 ◦ blue 75

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

Shades of Valencia #D7594B

Tints of Valencia #D7594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 56.73%
G = 23.48%
B = 19.79%

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

#D7594B (or 0xD7594B) is known color: Valencia. HEX triplet: D7, 59 and 4B. RGB value is (215,89,75). Sum of RGB (Red+Green+Blue) = 215+89+75=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7594B is #28A6B4. Grayscale: #7D7D7D. Windows color (decimal): -2664117 or 4938199. OLE color: 4938199.

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

Color convert

RGB 215 89 75 -
CMYK 0 0.59 0.65 0.16
HSL 0.64% 0.57% -
HSV(B) 0.65% 0.84% -
XYZ 32.87 22.1 9.19 -
YUV 125.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 215 89 75 0 0.59 0.65 0.16 6 0.64 0.57
Hex D7 59 4B 0 3B 41 10 6 40 39
Octal 327 131 113 0 73 101 20 6 100 71
Binary 11010111 1011001 1001011 0 111011 1000001 10000 110 1000000 111001

Color Harmonies of #D7594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7594B

Black with #D7594B

Text Example


Text Example

White with #D7594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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