Html Css Color HEX #DD5249 Valencia

📋 copy color: '#DD5249'

red 221 ◦ green 82 ◦ blue 73

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

Shades of Valencia #DD5249

Tints of Valencia #DD5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 58.78%
G = 21.81%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5249 (or 0xDD5249) is known color: Valencia. HEX triplet: DD, 52 and 49. RGB value is (221,82,73). Sum of RGB (Red+Green+Blue) = 221+82+73=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5249 is #22ADB6. Grayscale: #7A7A7A. Windows color (decimal): -2272695 or 4805341. OLE color: 4805341.

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

Color convert

RGB 221 82 73 -
CMYK 0 0.63 0.67 0.13
HSL 3.65º 0.69% 0.58% -
HSV(B) 3.65º 0.67% 0.87% -
XYZ 34.04 21.89 8.73 -
YUV 122.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 221 82 73 0 0.63 0.67 0.13 3.65 0.69 0.58
Hex DD 52 49 0 3F 43 D 4 45 3A
Octal 335 122 111 0 77 103 15 4 105 72
Binary 11011101 1010010 1001001 0 111111 1000011 1101 100 1000101 111010

Color Harmonies of #DD5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5249

Black with #DD5249

Text Example


Text Example

White with #DD5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5249; }

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

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

background-color css

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

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

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

border-color css

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

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

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