Html Css Color HEX #D94446 Mahogany

📋 copy color: '#D94446'

red 217 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #D94446

Tints of Mahogany #D94446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

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

R = 61.13%
G = 19.15%
B = 19.72%

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

#D94446 (or 0xD94446) is known color: Mahogany. HEX triplet: D9, 44 and 46. RGB value is (217,68,70). Sum of RGB (Red+Green+Blue) = 217+68+70=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D94446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94446 is #26BBB9. Grayscale: #707070. Windows color (decimal): -2538426 or 4605145. OLE color: 4605145.

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

Color convert

RGB 217 68 70 -
CMYK 0 0.69 0.68 0.15
HSL 359.19º 0.66% 0.56% -
HSV(B) 359.19º 0.69% 0.85% -
XYZ 31.79 19.33 7.85 -
YUV 112.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 217 68 70 0 0.69 0.68 0.15 359.19 0.66 0.56
Hex D9 44 46 0 45 44 F 167 42 38
Octal 331 104 106 0 105 104 17 547 102 70
Binary 11011001 1000100 1000110 0 1000101 1000100 1111 101100111 1000010 111000

Color Harmonies of #D94446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94446

Black with #D94446

Text Example


Text Example

White with #D94446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94446; }

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

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

background-color css

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

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

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

border-color css

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

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

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