Html Css Color HEX #D55756 Valencia

📋 copy color: '#D55756'

red 213 ◦ green 87 ◦ blue 86

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

Shades of Valencia #D55756

Tints of Valencia #D55756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

 BLUE value IS 86 (33.98% from 255) = 22.28%

R = 55.18%
G = 22.54%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D55756 (or 0xD55756) is known color: Valencia. HEX triplet: D5, 57 and 56. RGB value is (213,87,86). Sum of RGB (Red+Green+Blue) = 213+87+86=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D55756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55756 is #2AA8A9. Grayscale: #7C7C7C. Windows color (decimal): -2795690 or 5658581. OLE color: 5658581.

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

Color convert

RGB 213 87 86 -
CMYK 0 0.59 0.60 0.16
HSL 0.47º 0.6% 0.59% -
HSV(B) 0.47º 0.6% 0.84% -
XYZ 32.53 21.63 11.27 -
YUV 124.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 213 87 86 0 0.59 0.60 0.16 0.47 0.6 0.59
Hex D5 57 56 0 3B 3C 10 0 3C 3B
Octal 325 127 126 0 73 74 20 0 74 73
Binary 11010101 1010111 1010110 0 111011 111100 10000 0 111100 111011

Color Harmonies of #D55756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55756

Black with #D55756

Text Example


Text Example

White with #D55756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55756; }

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

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

background-color css

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

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

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

border-color css

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

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

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