Html Css Color HEX #D5564C Valencia

📋 copy color: '#D5564C'

red 213 ◦ green 86 ◦ blue 76

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

Shades of Valencia #D5564C

Tints of Valencia #D5564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 56.8%
G = 22.93%
B = 20.27%

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

#D5564C (or 0xD5564C) is known color: Valencia. HEX triplet: D5, 56 and 4C. RGB value is (213,86,76). Sum of RGB (Red+Green+Blue) = 213+86+76=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5564C is #2AA9B3. Grayscale: #7A7A7A. Windows color (decimal): -2795956 or 5002965. OLE color: 5002965.

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

Color convert

RGB 213 86 76 -
CMYK 0 0.60 0.64 0.16
HSL 4.38º 0.62% 0.57% -
HSV(B) 4.38º 0.64% 0.84% -
XYZ 32.07 21.32 9.26 -
YUV 122.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 213 86 76 0 0.60 0.64 0.16 4.38 0.62 0.57
Hex D5 56 4C 0 3C 40 10 4 3E 39
Octal 325 126 114 0 74 100 20 4 76 71
Binary 11010101 1010110 1001100 0 111100 1000000 10000 100 111110 111001

Color Harmonies of #D5564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5564C

Black with #D5564C

Text Example


Text Example

White with #D5564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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