Html Css Color HEX #DD5549 Valencia

📋 copy color: '#DD5549'

red 221 ◦ green 85 ◦ blue 73

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

Shades of Valencia #DD5549

Tints of Valencia #DD5549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.43%

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 58.31%
G = 22.43%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5549 (or 0xDD5549) is known color: Valencia. HEX triplet: DD, 55 and 49. RGB value is (221,85,73). Sum of RGB (Red+Green+Blue) = 221+85+73=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5549 is #22AAB6. Grayscale: #7C7C7C. Windows color (decimal): -2271927 or 4806109. OLE color: 4806109.

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

Color convert

RGB 221 85 73 -
CMYK 0 0.62 0.67 0.13
HSL 4.86º 0.69% 0.58% -
HSV(B) 4.86º 0.67% 0.87% -
XYZ 34.27 22.35 8.81 -
YUV 124.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 221 85 73 0 0.62 0.67 0.13 4.86 0.69 0.58
Hex DD 55 49 0 3E 43 D 5 45 3A
Octal 335 125 111 0 76 103 15 5 105 72
Binary 11011101 1010101 1001001 0 111110 1000011 1101 101 1000101 111010

Color Harmonies of #DD5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5549

Black with #DD5549

Text Example


Text Example

White with #DD5549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5549; }

 p { color: rgb(221,85,73); }

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

background-color css

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

 a { background-color: rgb(221,85,73); }

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

border-color css

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

 span { border-color: rgb(221,85,73); }

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