Html Css Color HEX #D32931 Mahogany

📋 copy color: '#D32931'

red 211 ◦ green 41 ◦ blue 49

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

Shades of Mahogany #D32931

Tints of Mahogany #D32931

RGB

 RED value IS 211 (82.81% from 255) = 70.1%

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

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 70.1%
G = 13.62%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D32931 (or 0xD32931) is known color: Mahogany. HEX triplet: D3, 29 and 31. RGB value is (211,41,49). Sum of RGB (Red+Green+Blue) = 211+41+49=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D32931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32931 is #2CD6CE. Grayscale: #5C5C5C. Windows color (decimal): -2938575 or 3221971. OLE color: 3221971.

HSL color Cylindrical-coordinate representation of color #D32931: hue angle of 357.18º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32931 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 49 -
CMYK 0 0.81 0.77 0.17
HSL 357.18º 0.67% 0.49% -
HSV(B) 357.18º 0.81% 0.83% -
XYZ 28.21 15.66 4.44 -
YUV 92.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 211 41 49 0 0.81 0.77 0.17 357.18 0.67 0.49
Hex D3 29 31 0 51 4D 11 165 43 31
Octal 323 51 61 0 121 115 21 545 103 61
Binary 11010011 101001 110001 0 1010001 1001101 10001 101100101 1000011 110001

Color Harmonies of #D32931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32931

Black with #D32931

Text Example


Text Example

White with #D32931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32931; }

 p { color: rgb(211,41,49); }

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

background-color css

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

 a { background-color: rgb(211,41,49); }

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

border-color css

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

 span { border-color: rgb(211,41,49); }

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