Html Css Color HEX #D8594F Valencia

📋 copy color: '#D8594F'

red 216 ◦ green 89 ◦ blue 79

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

Shades of Valencia #D8594F

Tints of Valencia #D8594F

RGB

 RED value IS 216 (84.77% from 255) = 56.25%

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

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

R = 56.25%
G = 23.18%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8594F (or 0xD8594F) is known color: Valencia. HEX triplet: D8, 59 and 4F. RGB value is (216,89,79). Sum of RGB (Red+Green+Blue) = 216+89+79=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D8594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8594F is #27A6B0. Grayscale: #7E7E7E. Windows color (decimal): -2598577 or 5200344. OLE color: 5200344.

HSL color Cylindrical-coordinate representation of color #D8594F: hue angle of 4.38º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8594F is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 89 79 -
CMYK 0 0.59 0.63 0.15
HSL 4.38º 0.64% 0.58% -
HSV(B) 4.38º 0.63% 0.85% -
XYZ 33.3 22.31 9.95 -
YUV 125.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 216 89 79 0 0.59 0.63 0.15 4.38 0.64 0.58
Hex D8 59 4F 0 3B 3F F 4 40 3A
Octal 330 131 117 0 73 77 17 4 100 72
Binary 11011000 1011001 1001111 0 111011 111111 1111 100 1000000 111010

Color Harmonies of #D8594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8594F

Black with #D8594F

Text Example


Text Example

White with #D8594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8594F; }

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

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

background-color css

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

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

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

border-color css

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

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

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