Html Css Color HEX #D94346 Mahogany

📋 copy color: '#D94346'

red 217 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #D94346

Tints of Mahogany #D94346

RGB

 RED value IS 217 (85.16% from 255) = 61.3%

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

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

R = 61.3%
G = 18.93%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D94346 (or 0xD94346) is known color: Mahogany. HEX triplet: D9, 43 and 46. RGB value is (217,67,70). Sum of RGB (Red+Green+Blue) = 217+67+70=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D94346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94346 is #26BCB9. Grayscale: #707070. Windows color (decimal): -2538682 or 4604889. OLE color: 4604889.

HSL color Cylindrical-coordinate representation of color #D94346: hue angle of 358.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94346 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 70 -
CMYK 0 0.69 0.68 0.15
HSL 358.8º 0.66% 0.56% -
HSV(B) 358.8º 0.69% 0.85% -
XYZ 31.73 19.21 7.83 -
YUV 112.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 217 67 70 0 0.69 0.68 0.15 358.8 0.66 0.56
Hex D9 43 46 0 45 44 F 167 42 38
Octal 331 103 106 0 105 104 17 547 102 70
Binary 11011001 1000011 1000110 0 1000101 1000100 1111 101100111 1000010 111000

Color Harmonies of #D94346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94346

Black with #D94346

Text Example


Text Example

White with #D94346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94346; }

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

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

background-color css

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

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

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

border-color css

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

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

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