Html Css Color HEX #D1292D Mahogany

📋 copy color: '#D1292D'

red 209 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #D1292D

Tints of Mahogany #D1292D

RGB

 RED value IS 209 (82.03% from 255) = 70.85%

 GREEN value IS 41 (16.41% from 255) = 13.9%

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 70.85%
G = 13.9%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1292D (or 0xD1292D) is known color: Mahogany. HEX triplet: D1, 29 and 2D. RGB value is (209,41,45). Sum of RGB (Red+Green+Blue) = 209+41+45=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D1292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1292D is #2ED6D2. Grayscale: #5B5B5B. Windows color (decimal): -3069651 or 2959825. OLE color: 2959825.

HSL color Cylindrical-coordinate representation of color #D1292D: hue angle of 358.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1292D is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 45 -
CMYK 0 0.80 0.78 0.18
HSL 358.57º 0.67% 0.49% -
HSV(B) 358.57º 0.8% 0.82% -
XYZ 27.56 15.33 3.99 -
YUV 91.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 209 41 45 0 0.80 0.78 0.18 358.57 0.67 0.49
Hex D1 29 2D 0 50 4E 12 167 43 31
Octal 321 51 55 0 120 116 22 547 103 61
Binary 11010001 101001 101101 0 1010000 1001110 10010 101100111 1000011 110001

Color Harmonies of #D1292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1292D

Black with #D1292D

Text Example


Text Example

White with #D1292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1292D; }

 p { color: rgb(209,41,45); }

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

background-color css

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

 a { background-color: rgb(209,41,45); }

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

border-color css

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

 span { border-color: rgb(209,41,45); }

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