Html Css Color HEX #D9524A Valencia

📋 copy color: '#D9524A'

red 217 ◦ green 82 ◦ blue 74

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

Shades of Valencia #D9524A

Tints of Valencia #D9524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 58.18%
G = 21.98%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9524A (or 0xD9524A) is known color: Valencia. HEX triplet: D9, 52 and 4A. RGB value is (217,82,74). Sum of RGB (Red+Green+Blue) = 217+82+74=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D9524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9524A is #26ADB5. Grayscale: #797979. Windows color (decimal): -2534838 or 4870873. OLE color: 4870873.

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

Color convert

RGB 217 82 74 -
CMYK 0 0.62 0.66 0.15
HSL 3.36º 0.65% 0.57% -
HSV(B) 3.36º 0.66% 0.85% -
XYZ 32.87 21.28 8.85 -
YUV 121.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 217 82 74 0 0.62 0.66 0.15 3.36 0.65 0.57
Hex D9 52 4A 0 3E 42 F 3 41 39
Octal 331 122 112 0 76 102 17 3 101 71
Binary 11011001 1010010 1001010 0 111110 1000010 1111 11 1000001 111001

Color Harmonies of #D9524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9524A

Black with #D9524A

Text Example


Text Example

White with #D9524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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