Html Css Color HEX #DD5948 Valencia

📋 copy color: '#DD5948'

red 221 ◦ green 89 ◦ blue 72

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

Shades of Valencia #DD5948

Tints of Valencia #DD5948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

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

R = 57.85%
G = 23.3%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5948 (or 0xDD5948) is known color: Valencia. HEX triplet: DD, 59 and 48. RGB value is (221,89,72). Sum of RGB (Red+Green+Blue) = 221+89+72=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5948 is #22A6B7. Grayscale: #7E7E7E. Windows color (decimal): -2270904 or 4741597. OLE color: 4741597.

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

Color convert

RGB 221 89 72 -
CMYK 0 0.60 0.67 0.13
HSL 6.85º 0.69% 0.57% -
HSV(B) 6.85º 0.67% 0.87% -
XYZ 34.56 22.98 8.75 -
YUV 126.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 221 89 72 0 0.60 0.67 0.13 6.85 0.69 0.57
Hex DD 59 48 0 3C 43 D 7 45 39
Octal 335 131 110 0 74 103 15 7 105 71
Binary 11011101 1011001 1001000 0 111100 1000011 1101 111 1000101 111001

Color Harmonies of #DD5948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5948

Black with #DD5948

Text Example


Text Example

White with #DD5948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5948; }

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

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

background-color css

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

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

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

border-color css

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

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

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