Html Css Color HEX #DD4548 Mandy

📋 copy color: '#DD4548'

red 221 ◦ green 69 ◦ blue 72

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

Shades of Mandy #DD4548

Tints of Mandy #DD4548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.06%

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

R = 61.05%
G = 19.06%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4548 (or 0xDD4548) is known color: Mandy. HEX triplet: DD, 45 and 48. RGB value is (221,69,72). Sum of RGB (Red+Green+Blue) = 221+69+72=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4548 is #22BAB7. Grayscale: #727272. Windows color (decimal): -2276024 or 4736477. OLE color: 4736477.

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

Color convert

RGB 221 69 72 -
CMYK 0 0.69 0.67 0.13
HSL 358.82º 0.69% 0.57% -
HSV(B) 358.82º 0.69% 0.87% -
XYZ 33.12 20.1 8.26 -
YUV 114.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 221 69 72 0 0.69 0.67 0.13 358.82 0.69 0.57
Hex DD 45 48 0 45 43 D 167 45 39
Octal 335 105 110 0 105 103 15 547 105 71
Binary 11011101 1000101 1001000 0 1000101 1000011 1101 101100111 1000101 111001

Color Harmonies of #DD4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4548

Black with #DD4548

Text Example


Text Example

White with #DD4548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4548; }

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

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

background-color css

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

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

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

border-color css

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

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

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