Html Css Color HEX #D1292F Mahogany

📋 copy color: '#D1292F'

red 209 ◦ green 41 ◦ blue 47

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

Shades of Mahogany #D1292F

Tints of Mahogany #D1292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 70.37%
G = 13.8%
B = 15.82%

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

#D1292F (or 0xD1292F) is known color: Mahogany. HEX triplet: D1, 29 and 2F. RGB value is (209,41,47). Sum of RGB (Red+Green+Blue) = 209+41+47=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D1292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1292F is #2ED6D0. Grayscale: #5C5C5C. Windows color (decimal): -3069649 or 3090897. OLE color: 3090897.

HSL color Cylindrical-coordinate representation of color #D1292F: hue angle of 357.86º 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 #D1292F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 47 -
CMYK 0 0.80 0.78 0.18
HSL 357.86º 0.67% 0.49% -
HSV(B) 357.86º 0.8% 0.82% -
XYZ 27.6 15.35 4.2 -
YUV 91.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 209 41 47 0 0.80 0.78 0.18 357.86 0.67 0.49
Hex D1 29 2F 0 50 4E 12 166 43 31
Octal 321 51 57 0 120 116 22 546 103 61
Binary 11010001 101001 101111 0 1010000 1001110 10010 101100110 1000011 110001

Color Harmonies of #D1292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1292F

Black with #D1292F

Text Example


Text Example

White with #D1292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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