Html Css Color HEX #DD5849 Valencia

📋 copy color: '#DD5849'

red 221 ◦ green 88 ◦ blue 73

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

Shades of Valencia #DD5849

Tints of Valencia #DD5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

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

R = 57.85%
G = 23.04%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5849 (or 0xDD5849) is known color: Valencia. HEX triplet: DD, 58 and 49. RGB value is (221,88,73). Sum of RGB (Red+Green+Blue) = 221+88+73=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5849 is #22A7B6. Grayscale: #7E7E7E. Windows color (decimal): -2271159 or 4806877. OLE color: 4806877.

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

Color convert

RGB 221 88 73 -
CMYK 0 0.60 0.67 0.13
HSL 6.08º 0.69% 0.58% -
HSV(B) 6.08º 0.67% 0.87% -
XYZ 34.51 22.83 8.89 -
YUV 126.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 221 88 73 0 0.60 0.67 0.13 6.08 0.69 0.58
Hex DD 58 49 0 3C 43 D 6 45 3A
Octal 335 130 111 0 74 103 15 6 105 72
Binary 11011101 1011000 1001001 0 111100 1000011 1101 110 1000101 111010

Color Harmonies of #DD5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5849

Black with #DD5849

Text Example


Text Example

White with #DD5849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5849; }

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

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

background-color css

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

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

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

border-color css

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

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

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