Html Css Color HEX #D7524F Valencia

📋 copy color: '#D7524F'

red 215 ◦ green 82 ◦ blue 79

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

Shades of Valencia #D7524F

Tints of Valencia #D7524F

RGB

 RED value IS 215 (84.38% from 255) = 57.18%

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

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

R = 57.18%
G = 21.81%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7524F (or 0xD7524F) is known color: Valencia. HEX triplet: D7, 52 and 4F. RGB value is (215,82,79). Sum of RGB (Red+Green+Blue) = 215+82+79=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7524F is #28ADB0. Grayscale: #797979. Windows color (decimal): -2665905 or 5198551. OLE color: 5198551.

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

Color convert

RGB 215 82 79 -
CMYK 0 0.62 0.63 0.16
HSL 1.32º 0.63% 0.58% -
HSV(B) 1.32º 0.63% 0.84% -
XYZ 32.45 21.05 9.75 -
YUV 121.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 215 82 79 0 0.62 0.63 0.16 1.32 0.63 0.58
Hex D7 52 4F 0 3E 3F 10 1 3F 3A
Octal 327 122 117 0 76 77 20 1 77 72
Binary 11010111 1010010 1001111 0 111110 111111 10000 1 111111 111010

Color Harmonies of #D7524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7524F

Black with #D7524F

Text Example


Text Example

White with #D7524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7524F; }

 p { color: rgb(215,82,79); }

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

background-color css

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

 a { background-color: rgb(215,82,79); }

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

border-color css

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

 span { border-color: rgb(215,82,79); }

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