Html Css Color HEX #DD5651 Valencia

📋 copy color: '#DD5651'

red 221 ◦ green 86 ◦ blue 81

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

Shades of Valencia #DD5651

Tints of Valencia #DD5651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.88%

R = 56.96%
G = 22.16%
B = 20.88%

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

#DD5651 (or 0xDD5651) is known color: Valencia. HEX triplet: DD, 56 and 51. RGB value is (221,86,81). Sum of RGB (Red+Green+Blue) = 221+86+81=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5651 is #22A9AE. Grayscale: #7D7D7D. Windows color (decimal): -2271663 or 5330653. OLE color: 5330653.

HSL color Cylindrical-coordinate representation of color #DD5651: hue angle of 2.14º 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 #DD5651 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 86 81 -
CMYK 0 0.61 0.63 0.13
HSL 2.14º 0.67% 0.59% -
HSV(B) 2.14º 0.63% 0.87% -
XYZ 34.63 22.62 10.33 -
YUV 125.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 221 86 81 0 0.61 0.63 0.13 2.14 0.67 0.59
Hex DD 56 51 0 3D 3F D 2 43 3B
Octal 335 126 121 0 75 77 15 2 103 73
Binary 11011101 1010110 1010001 0 111101 111111 1101 10 1000011 111011

Color Harmonies of #DD5651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5651

Black with #DD5651

Text Example


Text Example

White with #DD5651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5651; }

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

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

background-color css

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

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

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

border-color css

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

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

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