Html Css Color HEX #D64346 Mahogany

📋 copy color: '#D64346'

red 214 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #D64346

Tints of Mahogany #D64346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 60.97%
G = 19.09%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D64346 (or 0xD64346) is known color: Mahogany. HEX triplet: D6, 43 and 46. RGB value is (214,67,70). Sum of RGB (Red+Green+Blue) = 214+67+70=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D64346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64346 is #29BCB9. Grayscale: #6F6F6F. Windows color (decimal): -2735290 or 4604886. OLE color: 4604886.

HSL color Cylindrical-coordinate representation of color #D64346: hue angle of 358.78º 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 #D64346 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 67 70 -
CMYK 0 0.69 0.67 0.16
HSL 358.78º 0.64% 0.55% -
HSV(B) 358.78º 0.69% 0.84% -
XYZ 30.84 18.75 7.79 -
YUV 111.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 214 67 70 0 0.69 0.67 0.16 358.78 0.64 0.55
Hex D6 43 46 0 45 43 10 167 40 37
Octal 326 103 106 0 105 103 20 547 100 67
Binary 11010110 1000011 1000110 0 1000101 1000011 10000 101100111 1000000 110111

Color Harmonies of #D64346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64346

Black with #D64346

Text Example


Text Example

White with #D64346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64346; }

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

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

background-color css

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

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

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

border-color css

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

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

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