Html Css Color HEX #DD5653 Valencia

📋 copy color: '#DD5653'

red 221 ◦ green 86 ◦ blue 83

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

Shades of Valencia #DD5653

Tints of Valencia #DD5653

RGB

 RED value IS 221 (86.72% from 255) = 56.67%

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

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

R = 56.67%
G = 22.05%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD5653 (or 0xDD5653) is known color: Valencia. HEX triplet: DD, 56 and 53. RGB value is (221,86,83). Sum of RGB (Red+Green+Blue) = 221+86+83=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5653 is #22A9AC. Grayscale: #7E7E7E. Windows color (decimal): -2271661 or 5461725. OLE color: 5461725.

HSL color Cylindrical-coordinate representation of color #DD5653: hue angle of 1.3º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5653 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 86 83 -
CMYK 0 0.61 0.62 0.13
HSL 1.3º 0.67% 0.6% -
HSV(B) 1.3º 0.62% 0.87% -
XYZ 34.71 22.65 10.73 -
YUV 126.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 221 86 83 0 0.61 0.62 0.13 1.3 0.67 0.6
Hex DD 56 53 0 3D 3E D 1 43 3C
Octal 335 126 123 0 75 76 15 1 103 74
Binary 11011101 1010110 1010011 0 111101 111110 1101 1 1000011 111100

Color Harmonies of #DD5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5653

Black with #DD5653

Text Example


Text Example

White with #DD5653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5653; }

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

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

background-color css

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

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

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

border-color css

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

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

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