Html Css Color HEX #D55650 Valencia

📋 copy color: '#D55650'

red 213 ◦ green 86 ◦ blue 80

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

Shades of Valencia #D55650

Tints of Valencia #D55650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 56.2%
G = 22.69%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55650 (or 0xD55650) is known color: Valencia. HEX triplet: D5, 56 and 50. RGB value is (213,86,80). Sum of RGB (Red+Green+Blue) = 213+86+80=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D55650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55650 is #2AA9AF. Grayscale: #7B7B7B. Windows color (decimal): -2795952 or 5265109. OLE color: 5265109.

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

Color convert

RGB 213 86 80 -
CMYK 0 0.60 0.62 0.16
HSL 2.71º 0.61% 0.57% -
HSV(B) 2.71º 0.62% 0.84% -
XYZ 32.22 21.38 10.02 -
YUV 123.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 213 86 80 0 0.60 0.62 0.16 2.71 0.61 0.57
Hex D5 56 50 0 3C 3E 10 3 3D 39
Octal 325 126 120 0 74 76 20 3 75 71
Binary 11010101 1010110 1010000 0 111100 111110 10000 11 111101 111001

Color Harmonies of #D55650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55650

Black with #D55650

Text Example


Text Example

White with #D55650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55650; }

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

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

background-color css

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

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

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

border-color css

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

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

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