Html Css Color HEX #D9524B Valencia

📋 copy color: '#D9524B'

red 217 ◦ green 82 ◦ blue 75

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

Shades of Valencia #D9524B

Tints of Valencia #D9524B

RGB

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

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

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

R = 58.02%
G = 21.93%
B = 20.05%

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

#D9524B (or 0xD9524B) is known color: Valencia. HEX triplet: D9, 52 and 4B. RGB value is (217,82,75). Sum of RGB (Red+Green+Blue) = 217+82+75=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D9524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9524B is #26ADB4. Grayscale: #797979. Windows color (decimal): -2534837 or 4936409. OLE color: 4936409.

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

Color convert

RGB 217 82 75 -
CMYK 0 0.62 0.65 0.15
HSL 2.96º 0.65% 0.57% -
HSV(B) 2.96º 0.65% 0.85% -
XYZ 32.9 21.29 9.03 -
YUV 121.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 217 82 75 0 0.62 0.65 0.15 2.96 0.65 0.57
Hex D9 52 4B 0 3E 41 F 3 41 39
Octal 331 122 113 0 76 101 17 3 101 71
Binary 11011001 1010010 1001011 0 111110 1000001 1111 11 1000001 111001

Color Harmonies of #D9524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9524B

Black with #D9524B

Text Example


Text Example

White with #D9524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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