Html Css Color HEX #D14376 Cranberry

📋 copy color: '#D14376'

red 209 ◦ green 67 ◦ blue 118

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

Shades of Cranberry #D14376

Tints of Cranberry #D14376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 53.05%
G = 17.01%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D14376 (or 0xD14376) is known color: Cranberry. HEX triplet: D1, 43 and 76. RGB value is (209,67,118). Sum of RGB (Red+Green+Blue) = 209+67+118=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D14376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14376 is #2EBC89. Grayscale: #737373. Windows color (decimal): -3062922 or 7750609. OLE color: 7750609.

HSL color Cylindrical-coordinate representation of color #D14376: hue angle of 338.45º 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 #D14376 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 67 118 -
CMYK 0 0.68 0.44 0.18
HSL 338.45º 0.61% 0.54% -
HSV(B) 338.45º 0.68% 0.82% -
XYZ 31.57 18.88 19.12 -
YUV 115.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 209 67 118 0 0.68 0.44 0.18 338.45 0.61 0.54
Hex D1 43 76 0 44 2C 12 152 3D 36
Octal 321 103 166 0 104 54 22 522 75 66
Binary 11010001 1000011 1110110 0 1000100 101100 10010 101010010 111101 110110

Color Harmonies of #D14376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14376

Black with #D14376

Text Example


Text Example

White with #D14376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14376; }

 p { color: rgb(209,67,118); }

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

background-color css

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

 a { background-color: rgb(209,67,118); }

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

border-color css

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

 span { border-color: rgb(209,67,118); }

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