Html Css Color HEX #D14249 Mandy

📋 copy color: '#D14249'

red 209 ◦ green 66 ◦ blue 73

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

Shades of Mandy #D14249

Tints of Mandy #D14249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 60.06%
G = 18.97%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D14249 (or 0xD14249) is known color: Mandy. HEX triplet: D1, 42 and 49. RGB value is (209,66,73). Sum of RGB (Red+Green+Blue) = 209+66+73=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D14249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14249 is #2EBDB6. Grayscale: #6D6D6D. Windows color (decimal): -3063223 or 4801233. OLE color: 4801233.

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

Color convert

RGB 209 66 73 -
CMYK 0 0.68 0.65 0.18
HSL 357.06º 0.61% 0.54% -
HSV(B) 357.06º 0.68% 0.82% -
XYZ 29.45 17.93 8.21 -
YUV 109.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 209 66 73 0 0.68 0.65 0.18 357.06 0.61 0.54
Hex D1 42 49 0 44 41 12 165 3D 36
Octal 321 102 111 0 104 101 22 545 75 66
Binary 11010001 1000010 1001001 0 1000100 1000001 10010 101100101 111101 110110

Color Harmonies of #D14249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14249

Black with #D14249

Text Example


Text Example

White with #D14249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14249; }

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

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

background-color css

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

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

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

border-color css

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

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

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