Html Css Color HEX #D94548 Mandy

📋 copy color: '#D94548'

red 217 ◦ green 69 ◦ blue 72

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

Shades of Mandy #D94548

Tints of Mandy #D94548

RGB

 RED value IS 217 (85.16% from 255) = 60.61%

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

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

R = 60.61%
G = 19.27%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D94548 (or 0xD94548) is known color: Mandy. HEX triplet: D9, 45 and 48. RGB value is (217,69,72). Sum of RGB (Red+Green+Blue) = 217+69+72=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D94548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94548 is #26BAB7. Grayscale: #717171. Windows color (decimal): -2538168 or 4736473. OLE color: 4736473.

HSL color Cylindrical-coordinate representation of color #D94548: hue angle of 358.78º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94548 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 69 72 -
CMYK 0 0.68 0.67 0.15
HSL 358.78º 0.66% 0.56% -
HSV(B) 358.78º 0.68% 0.85% -
XYZ 31.91 19.48 8.21 -
YUV 113.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 217 69 72 0 0.68 0.67 0.15 358.78 0.66 0.56
Hex D9 45 48 0 44 43 F 167 42 38
Octal 331 105 110 0 104 103 17 547 102 70
Binary 11011001 1000101 1001000 0 1000100 1000011 1111 101100111 1000010 111000

Color Harmonies of #D94548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94548

Black with #D94548

Text Example


Text Example

White with #D94548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94548; }

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

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

background-color css

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

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

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

border-color css

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

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

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