Html Css Color HEX #DD5748 Valencia

📋 copy color: '#DD5748'

red 221 ◦ green 87 ◦ blue 72

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

Shades of Valencia #DD5748

Tints of Valencia #DD5748

RGB

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

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

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

R = 58.16%
G = 22.89%
B = 18.95%

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

#DD5748 (or 0xDD5748) is known color: Valencia. HEX triplet: DD, 57 and 48. RGB value is (221,87,72). Sum of RGB (Red+Green+Blue) = 221+87+72=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5748 is #22A8B7. Grayscale: #7D7D7D. Windows color (decimal): -2271416 or 4741085. OLE color: 4741085.

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

Color convert

RGB 221 87 72 -
CMYK 0 0.61 0.67 0.13
HSL 6.04º 0.69% 0.57% -
HSV(B) 6.04º 0.67% 0.87% -
XYZ 34.4 22.66 8.69 -
YUV 125.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 221 87 72 0 0.61 0.67 0.13 6.04 0.69 0.57
Hex DD 57 48 0 3D 43 D 6 45 39
Octal 335 127 110 0 75 103 15 6 105 71
Binary 11011101 1010111 1001000 0 111101 1000011 1101 110 1000101 111001

Color Harmonies of #DD5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5748

Black with #DD5748

Text Example


Text Example

White with #DD5748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5748; }

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

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

background-color css

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

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

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

border-color css

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

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

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