Html Css Color HEX #D55653 Valencia

📋 copy color: '#D55653'

red 213 ◦ green 86 ◦ blue 83

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

Shades of Valencia #D55653

Tints of Valencia #D55653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 55.76%
G = 22.51%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D55653 (or 0xD55653) is known color: Valencia. HEX triplet: D5, 56 and 53. RGB value is (213,86,83). Sum of RGB (Red+Green+Blue) = 213+86+83=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D55653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55653 is #2AA9AC. Grayscale: #7B7B7B. Windows color (decimal): -2795949 or 5461717. OLE color: 5461717.

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

Color convert

RGB 213 86 83 -
CMYK 0 0.60 0.61 0.16
HSL 1.38º 0.61% 0.58% -
HSV(B) 1.38º 0.61% 0.84% -
XYZ 32.33 21.43 10.62 -
YUV 123.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 213 86 83 0 0.60 0.61 0.16 1.38 0.61 0.58
Hex D5 56 53 0 3C 3D 10 1 3D 3A
Octal 325 126 123 0 74 75 20 1 75 72
Binary 11010101 1010110 1010011 0 111100 111101 10000 1 111101 111010

Color Harmonies of #D55653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55653

Black with #D55653

Text Example


Text Example

White with #D55653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55653; }

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

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

background-color css

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

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

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

border-color css

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

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

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