Html Css Color HEX #D55956 Valencia

📋 copy color: '#D55956'

red 213 ◦ green 89 ◦ blue 86

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

Shades of Valencia #D55956

Tints of Valencia #D55956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.94%

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

R = 54.9%
G = 22.94%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D55956 (or 0xD55956) is known color: Valencia. HEX triplet: D5, 59 and 56. RGB value is (213,89,86). Sum of RGB (Red+Green+Blue) = 213+89+86=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D55956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55956 is #2AA6A9. Grayscale: #7D7D7D. Windows color (decimal): -2795178 or 5659093. OLE color: 5659093.

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

Color convert

RGB 213 89 86 -
CMYK 0 0.58 0.60 0.16
HSL 1.42º 0.6% 0.59% -
HSV(B) 1.42º 0.6% 0.84% -
XYZ 32.69 21.96 11.32 -
YUV 125.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 213 89 86 0 0.58 0.60 0.16 1.42 0.6 0.59
Hex D5 59 56 0 3A 3C 10 1 3C 3B
Octal 325 131 126 0 72 74 20 1 74 73
Binary 11010101 1011001 1010110 0 111010 111100 10000 1 111100 111011

Color Harmonies of #D55956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55956

Black with #D55956

Text Example


Text Example

White with #D55956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55956; }

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

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

background-color css

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

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

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

border-color css

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

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

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