Html Css Color HEX #DD5449 Valencia

📋 copy color: '#DD5449'

red 221 ◦ green 84 ◦ blue 73

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

Shades of Valencia #DD5449

Tints of Valencia #DD5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.22%

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

R = 58.47%
G = 22.22%
B = 19.31%

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

#DD5449 (or 0xDD5449) is known color: Valencia. HEX triplet: DD, 54 and 49. RGB value is (221,84,73). Sum of RGB (Red+Green+Blue) = 221+84+73=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5449 is #22ABB6. Grayscale: #7B7B7B. Windows color (decimal): -2272183 or 4805853. OLE color: 4805853.

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

Color convert

RGB 221 84 73 -
CMYK 0 0.62 0.67 0.13
HSL 4.46º 0.69% 0.58% -
HSV(B) 4.46º 0.67% 0.87% -
XYZ 34.19 22.19 8.79 -
YUV 123.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 221 84 73 0 0.62 0.67 0.13 4.46 0.69 0.58
Hex DD 54 49 0 3E 43 D 4 45 3A
Octal 335 124 111 0 76 103 15 4 105 72
Binary 11011101 1010100 1001001 0 111110 1000011 1101 100 1000101 111010

Color Harmonies of #DD5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5449

Black with #DD5449

Text Example


Text Example

White with #DD5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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