Html Css Color HEX #D14271 Cranberry

📋 copy color: '#D14271'

red 209 ◦ green 66 ◦ blue 113

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

Shades of Cranberry #D14271

Tints of Cranberry #D14271

RGB

 RED value IS 209 (82.03% from 255) = 53.87%

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 113 (44.53% from 255) = 29.12%

R = 53.87%
G = 17.01%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D14271 (or 0xD14271) is known color: Cranberry. HEX triplet: D1, 42 and 71. RGB value is (209,66,113). Sum of RGB (Red+Green+Blue) = 209+66+113=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D14271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14271 is #2EBD8E. Grayscale: #727272. Windows color (decimal): -3063183 or 7422673. OLE color: 7422673.

HSL color Cylindrical-coordinate representation of color #D14271: hue angle of 340.28º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14271 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 113 -
CMYK 0 0.68 0.46 0.18
HSL 340.28º 0.61% 0.54% -
HSV(B) 340.28º 0.68% 0.82% -
XYZ 31.22 18.64 17.58 -
YUV 114.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 209 66 113 0 0.68 0.46 0.18 340.28 0.61 0.54
Hex D1 42 71 0 44 2E 12 154 3D 36
Octal 321 102 161 0 104 56 22 524 75 66
Binary 11010001 1000010 1110001 0 1000100 101110 10010 101010100 111101 110110

Color Harmonies of #D14271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14271

Black with #D14271

Text Example


Text Example

White with #D14271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14271; }

 p { color: rgb(209,66,113); }

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

background-color css

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

 a { background-color: rgb(209,66,113); }

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

border-color css

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

 span { border-color: rgb(209,66,113); }

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