Html Css Color HEX #D6594B Valencia

📋 copy color: '#D6594B'

red 214 ◦ green 89 ◦ blue 75

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

Shades of Valencia #D6594B

Tints of Valencia #D6594B

RGB

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

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

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

R = 56.61%
G = 23.54%
B = 19.84%

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

#D6594B (or 0xD6594B) is known color: Valencia. HEX triplet: D6, 59 and 4B. RGB value is (214,89,75). Sum of RGB (Red+Green+Blue) = 214+89+75=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6594B is #29A6B4. Grayscale: #7C7C7C. Windows color (decimal): -2729653 or 4938198. OLE color: 4938198.

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

Color convert

RGB 214 89 75 -
CMYK 0 0.58 0.65 0.16
HSL 6.04º 0.63% 0.57% -
HSV(B) 6.04º 0.65% 0.84% -
XYZ 32.57 21.95 9.18 -
YUV 124.78 99.91 191.64 -
System Red Green Blue C M Y K H S L
Decimal 214 89 75 0 0.58 0.65 0.16 6.04 0.63 0.57
Hex D6 59 4B 0 3A 41 10 6 3F 39
Octal 326 131 113 0 72 101 20 6 77 71
Binary 11010110 1011001 1001011 0 111010 1000001 10000 110 111111 111001

Color Harmonies of #D6594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6594B

Black with #D6594B

Text Example


Text Example

White with #D6594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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