Html Css Color HEX #D0594F Valencia

📋 copy color: '#D0594F'

red 208 ◦ green 89 ◦ blue 79

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

Shades of Valencia #D0594F

Tints of Valencia #D0594F

RGB

 RED value IS 208 (81.64% from 255) = 55.32%

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

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

R = 55.32%
G = 23.67%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0594F (or 0xD0594F) is known color: Valencia. HEX triplet: D0, 59 and 4F. RGB value is (208,89,79). Sum of RGB (Red+Green+Blue) = 208+89+79=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D0594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0594F is #2FA6B0. Grayscale: #7B7B7B. Windows color (decimal): -3122865 or 5200336. OLE color: 5200336.

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

Color convert

RGB 208 89 79 -
CMYK 0 0.57 0.62 0.18
HSL 4.65º 0.58% 0.56% -
HSV(B) 4.65º 0.62% 0.82% -
XYZ 31 21.12 9.84 -
YUV 123.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 208 89 79 0 0.57 0.62 0.18 4.65 0.58 0.56
Hex D0 59 4F 0 39 3E 12 5 3A 38
Octal 320 131 117 0 71 76 22 5 72 70
Binary 11010000 1011001 1001111 0 111001 111110 10010 101 111010 111000

Color Harmonies of #D0594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0594F

Black with #D0594F

Text Example


Text Example

White with #D0594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0594F; }

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

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

background-color css

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

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

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

border-color css

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

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

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