Html Css Color HEX #DD5046 Valencia

📋 copy color: '#DD5046'

red 221 ◦ green 80 ◦ blue 70

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

Shades of Valencia #DD5046

Tints of Valencia #DD5046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 59.57%
G = 21.56%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD5046 (or 0xDD5046) is known color: Valencia. HEX triplet: DD, 50 and 46. RGB value is (221,80,70). Sum of RGB (Red+Green+Blue) = 221+80+70=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5046 is #22AFB9. Grayscale: #797979. Windows color (decimal): -2273210 or 4608221. OLE color: 4608221.

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

Color convert

RGB 221 80 70 -
CMYK 0 0.64 0.68 0.13
HSL 3.97º 0.69% 0.57% -
HSV(B) 3.97º 0.68% 0.87% -
XYZ 33.79 21.55 8.17 -
YUV 121.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 221 80 70 0 0.64 0.68 0.13 3.97 0.69 0.57
Hex DD 50 46 0 40 44 D 4 45 39
Octal 335 120 106 0 100 104 15 4 105 71
Binary 11011101 1010000 1000110 0 1000000 1000100 1101 100 1000101 111001

Color Harmonies of #DD5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5046

Black with #DD5046

Text Example


Text Example

White with #DD5046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5046; }

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

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

background-color css

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

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

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

border-color css

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

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

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