Html Css Color HEX #DD5747 Valencia

📋 copy color: '#DD5747'

red 221 ◦ green 87 ◦ blue 71

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

Shades of Valencia #DD5747

Tints of Valencia #DD5747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

 BLUE value IS 71 (28.13% from 255) = 18.73%

R = 58.31%
G = 22.96%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD5747 (or 0xDD5747) is known color: Valencia. HEX triplet: DD, 57 and 47. RGB value is (221,87,71). Sum of RGB (Red+Green+Blue) = 221+87+71=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5747 is #22A8B8. Grayscale: #7D7D7D. Windows color (decimal): -2271417 or 4675549. OLE color: 4675549.

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

Color convert

RGB 221 87 71 -
CMYK 0 0.61 0.68 0.13
HSL 6.4º 0.69% 0.57% -
HSV(B) 6.4º 0.68% 0.87% -
XYZ 34.36 22.64 8.52 -
YUV 125.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 221 87 71 0 0.61 0.68 0.13 6.4 0.69 0.57
Hex DD 57 47 0 3D 44 D 6 45 39
Octal 335 127 107 0 75 104 15 6 105 71
Binary 11011101 1010111 1000111 0 111101 1000100 1101 110 1000101 111001

Color Harmonies of #DD5747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5747

Black with #DD5747

Text Example


Text Example

White with #DD5747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5747; }

 p { color: rgb(221,87,71); }

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

background-color css

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

 a { background-color: rgb(221,87,71); }

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

border-color css

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

 span { border-color: rgb(221,87,71); }

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