Html Css Color HEX #D74C70 Cranberry

📋 copy color: '#D74C70'

red 215 ◦ green 76 ◦ blue 112

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

Shades of Cranberry #D74C70

Tints of Cranberry #D74C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 53.35%
G = 18.86%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D74C70 (or 0xD74C70) is known color: Cranberry. HEX triplet: D7, 4C and 70. RGB value is (215,76,112). Sum of RGB (Red+Green+Blue) = 215+76+112=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C70 is #28B38F. Grayscale: #797979. Windows color (decimal): -2667408 or 7359703. OLE color: 7359703.

HSL color Cylindrical-coordinate representation of color #D74C70: hue angle of 344.46º 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 #D74C70 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 76 112 -
CMYK 0 0.65 0.48 0.16
HSL 344.46º 0.63% 0.57% -
HSV(B) 344.46º 0.65% 0.84% -
XYZ 33.53 20.79 17.57 -
YUV 121.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 215 76 112 0 0.65 0.48 0.16 344.46 0.63 0.57
Hex D7 4C 70 0 41 30 10 158 3F 39
Octal 327 114 160 0 101 60 20 530 77 71
Binary 11010111 1001100 1110000 0 1000001 110000 10000 101011000 111111 111001

Color Harmonies of #D74C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C70

Black with #D74C70

Text Example


Text Example

White with #D74C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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