Html Css Color HEX #DD4C49 Valencia

📋 copy color: '#DD4C49'

red 221 ◦ green 76 ◦ blue 73

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

Shades of Valencia #DD4C49

Tints of Valencia #DD4C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

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

R = 59.73%
G = 20.54%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4C49 (or 0xDD4C49) is known color: Valencia. HEX triplet: DD, 4C and 49. RGB value is (221,76,73). Sum of RGB (Red+Green+Blue) = 221+76+73=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C49 is #22B3B6. Grayscale: #777777. Windows color (decimal): -2274231 or 4803805. OLE color: 4803805.

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

Color convert

RGB 221 76 73 -
CMYK 0 0.66 0.67 0.13
HSL 1.22º 0.69% 0.58% -
HSV(B) 1.22º 0.67% 0.87% -
XYZ 33.61 21.02 8.59 -
YUV 119.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 221 76 73 0 0.66 0.67 0.13 1.22 0.69 0.58
Hex DD 4C 49 0 42 43 D 1 45 3A
Octal 335 114 111 0 102 103 15 1 105 72
Binary 11011101 1001100 1001001 0 1000010 1000011 1101 1 1000101 111010

Color Harmonies of #DD4C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C49

Black with #DD4C49

Text Example


Text Example

White with #DD4C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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