Html Css Color HEX #DD5648 Valencia

📋 copy color: '#DD5648'

red 221 ◦ green 86 ◦ blue 72

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

Shades of Valencia #DD5648

Tints of Valencia #DD5648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

 BLUE value IS 72 (28.52% from 255) = 19%

R = 58.31%
G = 22.69%
B = 19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5648 (or 0xDD5648) is known color: Valencia. HEX triplet: DD, 56 and 48. RGB value is (221,86,72). Sum of RGB (Red+Green+Blue) = 221+86+72=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5648 is #22A9B7. Grayscale: #7C7C7C. Windows color (decimal): -2271672 or 4740829. OLE color: 4740829.

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

Color convert

RGB 221 86 72 -
CMYK 0 0.61 0.67 0.13
HSL 5.64º 0.69% 0.57% -
HSV(B) 5.64º 0.67% 0.87% -
XYZ 34.32 22.5 8.66 -
YUV 124.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 221 86 72 0 0.61 0.67 0.13 5.64 0.69 0.57
Hex DD 56 48 0 3D 43 D 6 45 39
Octal 335 126 110 0 75 103 15 6 105 71
Binary 11011101 1010110 1001000 0 111101 1000011 1101 110 1000101 111001

Color Harmonies of #DD5648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5648

Black with #DD5648

Text Example


Text Example

White with #DD5648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5648; }

 p { color: rgb(221,86,72); }

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

background-color css

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

 a { background-color: rgb(221,86,72); }

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

border-color css

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

 span { border-color: rgb(221,86,72); }

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