Html Css Color HEX #D64349 Mandy

📋 copy color: '#D64349'

red 214 ◦ green 67 ◦ blue 73

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

Shades of Mandy #D64349

Tints of Mandy #D64349

RGB

 RED value IS 214 (83.98% from 255) = 60.45%

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

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

R = 60.45%
G = 18.93%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D64349 (or 0xD64349) is known color: Mandy. HEX triplet: D6, 43 and 49. RGB value is (214,67,73). Sum of RGB (Red+Green+Blue) = 214+67+73=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D64349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64349 is #29BCB6. Grayscale: #6F6F6F. Windows color (decimal): -2735287 or 4801494. OLE color: 4801494.

HSL color Cylindrical-coordinate representation of color #D64349: hue angle of 357.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64349 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 67 73 -
CMYK 0 0.69 0.66 0.16
HSL 357.55º 0.64% 0.55% -
HSV(B) 357.55º 0.69% 0.84% -
XYZ 30.94 18.79 8.3 -
YUV 111.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 214 67 73 0 0.69 0.66 0.16 357.55 0.64 0.55
Hex D6 43 49 0 45 42 10 166 40 37
Octal 326 103 111 0 105 102 20 546 100 67
Binary 11010110 1000011 1001001 0 1000101 1000010 10000 101100110 1000000 110111

Color Harmonies of #D64349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64349

Black with #D64349

Text Example


Text Example

White with #D64349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64349; }

 p { color: rgb(214,67,73); }

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

background-color css

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

 a { background-color: rgb(214,67,73); }

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

border-color css

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

 span { border-color: rgb(214,67,73); }

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