Html Css Color HEX #DD4F49 Valencia

📋 copy color: '#DD4F49'

red 221 ◦ green 79 ◦ blue 73

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

Shades of Valencia #DD4F49

Tints of Valencia #DD4F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.18%

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

R = 59.25%
G = 21.18%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4F49 (or 0xDD4F49) is known color: Valencia. HEX triplet: DD, 4F and 49. RGB value is (221,79,73). Sum of RGB (Red+Green+Blue) = 221+79+73=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F49 is #22B0B6. Grayscale: #787878. Windows color (decimal): -2273463 or 4804573. OLE color: 4804573.

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

Color convert

RGB 221 79 73 -
CMYK 0 0.64 0.67 0.13
HSL 2.43º 0.69% 0.58% -
HSV(B) 2.43º 0.67% 0.87% -
XYZ 33.82 21.45 8.66 -
YUV 120.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 221 79 73 0 0.64 0.67 0.13 2.43 0.69 0.58
Hex DD 4F 49 0 40 43 D 2 45 3A
Octal 335 117 111 0 100 103 15 2 105 72
Binary 11011101 1001111 1001001 0 1000000 1000011 1101 10 1000101 111010

Color Harmonies of #DD4F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F49

Black with #DD4F49

Text Example


Text Example

White with #DD4F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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