Html Css Color HEX #D7524E Valencia

📋 copy color: '#D7524E'

red 215 ◦ green 82 ◦ blue 78

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

Shades of Valencia #D7524E

Tints of Valencia #D7524E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 57.33%
G = 21.87%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7524E (or 0xD7524E) is known color: Valencia. HEX triplet: D7, 52 and 4E. RGB value is (215,82,78). Sum of RGB (Red+Green+Blue) = 215+82+78=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7524E is #28ADB1. Grayscale: #797979. Windows color (decimal): -2665906 or 5133015. OLE color: 5133015.

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

Color convert

RGB 215 82 78 -
CMYK 0 0.62 0.64 0.16
HSL 1.75º 0.63% 0.57% -
HSV(B) 1.75º 0.64% 0.84% -
XYZ 32.42 21.03 9.56 -
YUV 121.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 215 82 78 0 0.62 0.64 0.16 1.75 0.63 0.57
Hex D7 52 4E 0 3E 40 10 2 3F 39
Octal 327 122 116 0 76 100 20 2 77 71
Binary 11010111 1010010 1001110 0 111110 1000000 10000 10 111111 111001

Color Harmonies of #D7524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7524E

Black with #D7524E

Text Example


Text Example

White with #D7524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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