Html Css Color HEX #DD5044 Valencia

📋 copy color: '#DD5044'

red 221 ◦ green 80 ◦ blue 68

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

Shades of Valencia #DD5044

Tints of Valencia #DD5044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

 BLUE value IS 68 (26.95% from 255) = 18.43%

R = 59.89%
G = 21.68%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD5044 (or 0xDD5044) is known color: Valencia. HEX triplet: DD, 50 and 44. RGB value is (221,80,68). Sum of RGB (Red+Green+Blue) = 221+80+68=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5044 is #22AFBB. Grayscale: #787878. Windows color (decimal): -2273212 or 4477149. OLE color: 4477149.

HSL color Cylindrical-coordinate representation of color #DD5044: hue angle of 4.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD5044 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 68 -
CMYK 0 0.64 0.69 0.13
HSL 4.71º 0.69% 0.57% -
HSV(B) 4.71º 0.69% 0.87% -
XYZ 33.73 21.53 7.85 -
YUV 120.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 221 80 68 0 0.64 0.69 0.13 4.71 0.69 0.57
Hex DD 50 44 0 40 45 D 5 45 39
Octal 335 120 104 0 100 105 15 5 105 71
Binary 11011101 1010000 1000100 0 1000000 1000101 1101 101 1000101 111001

Color Harmonies of #DD5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5044

Black with #DD5044

Text Example


Text Example

White with #DD5044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5044; }

 p { color: rgb(221,80,68); }

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

background-color css

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

 a { background-color: rgb(221,80,68); }

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

border-color css

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

 span { border-color: rgb(221,80,68); }

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