Html Css Color HEX #D5524D Valencia

📋 copy color: '#D5524D'

red 213 ◦ green 82 ◦ blue 77

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

Shades of Valencia #D5524D

Tints of Valencia #D5524D

RGB

 RED value IS 213 (83.59% from 255) = 57.26%

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

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

R = 57.26%
G = 22.04%
B = 20.7%

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

#D5524D (or 0xD5524D) is known color: Valencia. HEX triplet: D5, 52 and 4D. RGB value is (213,82,77). Sum of RGB (Red+Green+Blue) = 213+82+77=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5524D is #2AADB2. Grayscale: #787878. Windows color (decimal): -2796979 or 5067477. OLE color: 5067477.

HSL color Cylindrical-coordinate representation of color #D5524D: hue angle of 2.21º degrees, saturation: 0.62, 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 #D5524D is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 77 -
CMYK 0 0.62 0.64 0.16
HSL 2.21º 0.62% 0.57% -
HSV(B) 2.21º 0.64% 0.84% -
XYZ 31.8 20.72 9.34 -
YUV 120.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 213 82 77 0 0.62 0.64 0.16 2.21 0.62 0.57
Hex D5 52 4D 0 3E 40 10 2 3E 39
Octal 325 122 115 0 76 100 20 2 76 71
Binary 11010101 1010010 1001101 0 111110 1000000 10000 10 111110 111001

Color Harmonies of #D5524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5524D

Black with #D5524D

Text Example


Text Example

White with #D5524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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