Html Css Color HEX #D64345 Mahogany

📋 copy color: '#D64345'

red 214 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #D64345

Tints of Mahogany #D64345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 61.14%
G = 19.14%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D64345 (or 0xD64345) is known color: Mahogany. HEX triplet: D6, 43 and 45. RGB value is (214,67,69). Sum of RGB (Red+Green+Blue) = 214+67+69=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D64345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64345 is #29BCBA. Grayscale: #6F6F6F. Windows color (decimal): -2735291 or 4539350. OLE color: 4539350.

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

Color convert

RGB 214 67 69 -
CMYK 0 0.69 0.68 0.16
HSL 359.18º 0.64% 0.55% -
HSV(B) 359.18º 0.69% 0.84% -
XYZ 30.81 18.74 7.62 -
YUV 111.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 214 67 69 0 0.69 0.68 0.16 359.18 0.64 0.55
Hex D6 43 45 0 45 44 10 167 40 37
Octal 326 103 105 0 105 104 20 547 100 67
Binary 11010110 1000011 1000101 0 1000101 1000100 10000 101100111 1000000 110111

Color Harmonies of #D64345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64345

Black with #D64345

Text Example


Text Example

White with #D64345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64345; }

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

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

background-color css

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

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

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

border-color css

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

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

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