Html Css Color HEX #D74A4C Mandy

📋 copy color: '#D74A4C'

red 215 ◦ green 74 ◦ blue 76

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

Shades of Mandy #D74A4C

Tints of Mandy #D74A4C

RGB

 RED value IS 215 (84.38% from 255) = 58.9%

 GREEN value IS 74 (29.3% from 255) = 20.27%

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 58.9%
G = 20.27%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D74A4C (or 0xD74A4C) is known color: Mandy. HEX triplet: D7, 4A and 4C. RGB value is (215,74,76). Sum of RGB (Red+Green+Blue) = 215+74+76=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A4C is #28B5B3. Grayscale: #747474. Windows color (decimal): -2667956 or 4999895. OLE color: 4999895.

HSL color Cylindrical-coordinate representation of color #D74A4C: hue angle of 359.15º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74A4C is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 74 76 -
CMYK 0 0.66 0.65 0.16
HSL 359.15º 0.64% 0.57% -
HSV(B) 359.15º 0.66% 0.84% -
XYZ 31.78 19.87 9 -
YUV 116.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 215 74 76 0 0.66 0.65 0.16 359.15 0.64 0.57
Hex D7 4A 4C 0 42 41 10 167 40 39
Octal 327 112 114 0 102 101 20 547 100 71
Binary 11010111 1001010 1001100 0 1000010 1000001 10000 101100111 1000000 111001

Color Harmonies of #D74A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A4C

Black with #D74A4C

Text Example


Text Example

White with #D74A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A4C; }

 p { color: rgb(215,74,76); }

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

background-color css

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

 a { background-color: rgb(215,74,76); }

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

border-color css

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

 span { border-color: rgb(215,74,76); }

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