Html Css Color HEX #D14348 Mandy

📋 copy color: '#D14348'

red 209 ◦ green 67 ◦ blue 72

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

Shades of Mandy #D14348

Tints of Mandy #D14348

RGB

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

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

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

R = 60.06%
G = 19.25%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D14348 (or 0xD14348) is known color: Mandy. HEX triplet: D1, 43 and 48. RGB value is (209,67,72). Sum of RGB (Red+Green+Blue) = 209+67+72=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D14348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14348 is #2EBCB7. Grayscale: #6E6E6E. Windows color (decimal): -3062968 or 4735953. OLE color: 4735953.

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

Color convert

RGB 209 67 72 -
CMYK 0 0.68 0.66 0.18
HSL 357.89º 0.61% 0.54% -
HSV(B) 357.89º 0.68% 0.82% -
XYZ 29.47 18.04 8.06 -
YUV 110.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 209 67 72 0 0.68 0.66 0.18 357.89 0.61 0.54
Hex D1 43 48 0 44 42 12 166 3D 36
Octal 321 103 110 0 104 102 22 546 75 66
Binary 11010001 1000011 1001000 0 1000100 1000010 10010 101100110 111101 110110

Color Harmonies of #D14348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14348

Black with #D14348

Text Example


Text Example

White with #D14348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14348; }

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

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

background-color css

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

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

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

border-color css

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

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

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