Html Css Color HEX #D64146 Mahogany

📋 copy color: '#D64146'

red 214 ◦ green 65 ◦ blue 70

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

Shades of Mahogany #D64146

Tints of Mahogany #D64146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

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

R = 61.32%
G = 18.62%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D64146 (or 0xD64146) is known color: Mahogany. HEX triplet: D6, 41 and 46. RGB value is (214,65,70). Sum of RGB (Red+Green+Blue) = 214+65+70=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D64146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64146 is #29BEB9. Grayscale: #6E6E6E. Windows color (decimal): -2735802 or 4604374. OLE color: 4604374.

HSL color Cylindrical-coordinate representation of color #D64146: hue angle of 357.99º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64146 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 70 -
CMYK 0 0.70 0.67 0.16
HSL 357.99º 0.65% 0.55% -
HSV(B) 357.99º 0.7% 0.84% -
XYZ 30.73 18.52 7.75 -
YUV 110.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 214 65 70 0 0.70 0.67 0.16 357.99 0.65 0.55
Hex D6 41 46 0 46 43 10 166 41 37
Octal 326 101 106 0 106 103 20 546 101 67
Binary 11010110 1000001 1000110 0 1000110 1000011 10000 101100110 1000001 110111

Color Harmonies of #D64146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64146

Black with #D64146

Text Example


Text Example

White with #D64146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64146; }

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

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

background-color css

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

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

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

border-color css

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

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

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