Html Css Color HEX #D14448 Mandy

📋 copy color: '#D14448'

red 209 ◦ green 68 ◦ blue 72

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

Shades of Mandy #D14448

Tints of Mandy #D14448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.48%

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 59.89%
G = 19.48%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D14448 (or 0xD14448) is known color: Mandy. HEX triplet: D1, 44 and 48. RGB value is (209,68,72). Sum of RGB (Red+Green+Blue) = 209+68+72=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D14448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14448 is #2EBBB7. Grayscale: #6E6E6E. Windows color (decimal): -3062712 or 4736209. OLE color: 4736209.

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

Color convert

RGB 209 68 72 -
CMYK 0 0.67 0.66 0.18
HSL 358.3º 0.61% 0.54% -
HSV(B) 358.3º 0.67% 0.82% -
XYZ 29.53 18.16 8.08 -
YUV 110.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 209 68 72 0 0.67 0.66 0.18 358.3 0.61 0.54
Hex D1 44 48 0 43 42 12 166 3D 36
Octal 321 104 110 0 103 102 22 546 75 66
Binary 11010001 1000100 1001000 0 1000011 1000010 10010 101100110 111101 110110

Color Harmonies of #D14448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14448

Black with #D14448

Text Example


Text Example

White with #D14448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14448; }

 p { color: rgb(209,68,72); }

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

background-color css

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

 a { background-color: rgb(209,68,72); }

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

border-color css

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

 span { border-color: rgb(209,68,72); }

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