Html Css Color HEX #DC4548 Mandy

📋 copy color: '#DC4548'

red 220 ◦ green 69 ◦ blue 72

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

Shades of Mandy #DC4548

Tints of Mandy #DC4548

RGB

 RED value IS 220 (86.33% from 255) = 60.94%

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

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

R = 60.94%
G = 19.11%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC4548 (or 0xDC4548) is known color: Mandy. HEX triplet: DC, 45 and 48. RGB value is (220,69,72). Sum of RGB (Red+Green+Blue) = 220+69+72=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4548 is #23BAB7. Grayscale: #727272. Windows color (decimal): -2341560 or 4736476. OLE color: 4736476.

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

Color convert

RGB 220 69 72 -
CMYK 0 0.69 0.67 0.14
HSL 358.81º 0.68% 0.57% -
HSV(B) 358.81º 0.69% 0.86% -
XYZ 32.81 19.94 8.25 -
YUV 114.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 220 69 72 0 0.69 0.67 0.14 358.81 0.68 0.57
Hex DC 45 48 0 45 43 E 167 44 39
Octal 334 105 110 0 105 103 16 547 104 71
Binary 11011100 1000101 1001000 0 1000101 1000011 1110 101100111 1000100 111001

Color Harmonies of #DC4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4548

Black with #DC4548

Text Example


Text Example

White with #DC4548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4548; }

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

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

background-color css

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

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

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

border-color css

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

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

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