Html Css Color HEX #DD5652 Valencia

📋 copy color: '#DD5652'

red 221 ◦ green 86 ◦ blue 82

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

Shades of Valencia #DD5652

Tints of Valencia #DD5652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 56.81%
G = 22.11%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD5652 (or 0xDD5652) is known color: Valencia. HEX triplet: DD, 56 and 52. RGB value is (221,86,82). Sum of RGB (Red+Green+Blue) = 221+86+82=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5652 is #22A9AD. Grayscale: #7E7E7E. Windows color (decimal): -2271662 or 5396189. OLE color: 5396189.

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

Color convert

RGB 221 86 82 -
CMYK 0 0.61 0.63 0.13
HSL 1.73º 0.67% 0.59% -
HSV(B) 1.73º 0.63% 0.87% -
XYZ 34.67 22.64 10.52 -
YUV 125.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 221 86 82 0 0.61 0.63 0.13 1.73 0.67 0.59
Hex DD 56 52 0 3D 3F D 2 43 3B
Octal 335 126 122 0 75 77 15 2 103 73
Binary 11011101 1010110 1010010 0 111101 111111 1101 10 1000011 111011

Color Harmonies of #DD5652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5652

Black with #DD5652

Text Example


Text Example

White with #DD5652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5652; }

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

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

background-color css

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

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

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

border-color css

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

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

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