Html Css Color HEX #D74D73 Cranberry

📋 copy color: '#D74D73'

red 215 ◦ green 77 ◦ blue 115

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

Shades of Cranberry #D74D73

Tints of Cranberry #D74D73

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.92%

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 52.83%
G = 18.92%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74D73 (or 0xD74D73) is known color: Cranberry. HEX triplet: D7, 4D and 73. RGB value is (215,77,115). Sum of RGB (Red+Green+Blue) = 215+77+115=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D73 is #28B28C. Grayscale: #7A7A7A. Windows color (decimal): -2667149 or 7556567. OLE color: 7556567.

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

Color convert

RGB 215 77 115 -
CMYK 0 0.64 0.47 0.16
HSL 343.48º 0.63% 0.57% -
HSV(B) 343.48º 0.64% 0.84% -
XYZ 33.77 20.99 18.49 -
YUV 122.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 215 77 115 0 0.64 0.47 0.16 343.48 0.63 0.57
Hex D7 4D 73 0 40 2F 10 157 3F 39
Octal 327 115 163 0 100 57 20 527 77 71
Binary 11010111 1001101 1110011 0 1000000 101111 10000 101010111 111111 111001

Color Harmonies of #D74D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D73

Black with #D74D73

Text Example


Text Example

White with #D74D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D73; }

 p { color: rgb(215,77,115); }

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

background-color css

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

 a { background-color: rgb(215,77,115); }

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

border-color css

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

 span { border-color: rgb(215,77,115); }

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