Html Css Color HEX #D74C52 Mandy

📋 copy color: '#D74C52'

red 215 ◦ green 76 ◦ blue 82

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

Shades of Mandy #D74C52

Tints of Mandy #D74C52

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.38%

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 57.64%
G = 20.38%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D74C52 (or 0xD74C52) is known color: Mandy. HEX triplet: D7, 4C and 52. RGB value is (215,76,82). Sum of RGB (Red+Green+Blue) = 215+76+82=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C52 is #28B3AD. Grayscale: #767676. Windows color (decimal): -2667438 or 5393623. OLE color: 5393623.

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

Color convert

RGB 215 76 82 -
CMYK 0 0.65 0.62 0.16
HSL 357.41º 0.63% 0.57% -
HSV(B) 357.41º 0.65% 0.84% -
XYZ 32.13 20.23 10.19 -
YUV 118.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 215 76 82 0 0.65 0.62 0.16 357.41 0.63 0.57
Hex D7 4C 52 0 41 3E 10 165 3F 39
Octal 327 114 122 0 101 76 20 545 77 71
Binary 11010111 1001100 1010010 0 1000001 111110 10000 101100101 111111 111001

Color Harmonies of #D74C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C52

Black with #D74C52

Text Example


Text Example

White with #D74C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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