Html Css Color HEX #D9524D Valencia

📋 copy color: '#D9524D'

red 217 ◦ green 82 ◦ blue 77

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

Shades of Valencia #D9524D

Tints of Valencia #D9524D

RGB

 RED value IS 217 (85.16% from 255) = 57.71%

 GREEN value IS 82 (32.42% from 255) = 21.81%

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 57.71%
G = 21.81%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9524D (or 0xD9524D) is known color: Valencia. HEX triplet: D9, 52 and 4D. RGB value is (217,82,77). Sum of RGB (Red+Green+Blue) = 217+82+77=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9524D is #26ADB2. Grayscale: #797979. Windows color (decimal): -2534835 or 5067481. OLE color: 5067481.

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

Color convert

RGB 217 82 77 -
CMYK 0 0.62 0.65 0.15
HSL 2.14º 0.65% 0.58% -
HSV(B) 2.14º 0.65% 0.85% -
XYZ 32.97 21.32 9.4 -
YUV 121.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 217 82 77 0 0.62 0.65 0.15 2.14 0.65 0.58
Hex D9 52 4D 0 3E 41 F 2 41 3A
Octal 331 122 115 0 76 101 17 2 101 72
Binary 11011001 1010010 1001101 0 111110 1000001 1111 10 1000001 111010

Color Harmonies of #D9524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9524D

Black with #D9524D

Text Example


Text Example

White with #D9524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9524D; }

 p { color: rgb(217,82,77); }

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

background-color css

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

 a { background-color: rgb(217,82,77); }

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

border-color css

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

 span { border-color: rgb(217,82,77); }

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