Html Css Color HEX #D5564D Valencia

📋 copy color: '#D5564D'

red 213 ◦ green 86 ◦ blue 77

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

Shades of Valencia #D5564D

Tints of Valencia #D5564D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.87%

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

R = 56.65%
G = 22.87%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5564D (or 0xD5564D) is known color: Valencia. HEX triplet: D5, 56 and 4D. RGB value is (213,86,77). Sum of RGB (Red+Green+Blue) = 213+86+77=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5564D is #2AA9B2. Grayscale: #7B7B7B. Windows color (decimal): -2795955 or 5068501. OLE color: 5068501.

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

Color convert

RGB 213 86 77 -
CMYK 0 0.60 0.64 0.16
HSL 3.97º 0.62% 0.57% -
HSV(B) 3.97º 0.64% 0.84% -
XYZ 32.11 21.34 9.45 -
YUV 122.95 102.08 192.23 -
System Red Green Blue C M Y K H S L
Decimal 213 86 77 0 0.60 0.64 0.16 3.97 0.62 0.57
Hex D5 56 4D 0 3C 40 10 4 3E 39
Octal 325 126 115 0 74 100 20 4 76 71
Binary 11010101 1010110 1001101 0 111100 1000000 10000 100 111110 111001

Color Harmonies of #D5564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5564D

Black with #D5564D

Text Example


Text Example

White with #D5564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5564D; }

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

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

background-color css

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

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

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

border-color css

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

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

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