Html Css Color HEX #D0594B Valencia

📋 copy color: '#D0594B'

red 208 ◦ green 89 ◦ blue 75

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

Shades of Valencia #D0594B

Tints of Valencia #D0594B

RGB

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

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

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

R = 55.91%
G = 23.92%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0594B (or 0xD0594B) is known color: Valencia. HEX triplet: D0, 59 and 4B. RGB value is (208,89,75). Sum of RGB (Red+Green+Blue) = 208+89+75=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0594B is #2FA6B4. Grayscale: #7B7B7B. Windows color (decimal): -3122869 or 4938192. OLE color: 4938192.

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

Color convert

RGB 208 89 75 -
CMYK 0 0.57 0.64 0.18
HSL 6.32º 0.59% 0.55% -
HSV(B) 6.32º 0.64% 0.82% -
XYZ 30.85 21.06 9.1 -
YUV 122.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 208 89 75 0 0.57 0.64 0.18 6.32 0.59 0.55
Hex D0 59 4B 0 39 40 12 6 3B 37
Octal 320 131 113 0 71 100 22 6 73 67
Binary 11010000 1011001 1001011 0 111001 1000000 10010 110 111011 110111

Color Harmonies of #D0594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0594B

Black with #D0594B

Text Example


Text Example

White with #D0594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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