Html Css Color HEX #D32B38 Mahogany

📋 copy color: '#D32B38'

red 211 ◦ green 43 ◦ blue 56

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

Shades of Mahogany #D32B38

Tints of Mahogany #D32B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 68.06%
G = 13.87%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D32B38 (or 0xD32B38) is known color: Mahogany. HEX triplet: D3, 2B and 38. RGB value is (211,43,56). Sum of RGB (Red+Green+Blue) = 211+43+56=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D32B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32B38 is #2CD4C7. Grayscale: #5E5E5E. Windows color (decimal): -2938056 or 3681235. OLE color: 3681235.

HSL color Cylindrical-coordinate representation of color #D32B38: hue angle of 355.36º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32B38 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 43 56 -
CMYK 0 0.80 0.73 0.17
HSL 355.36º 0.66% 0.5% -
HSV(B) 355.36º 0.8% 0.83% -
XYZ 28.44 15.86 5.3 -
YUV 94.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 211 43 56 0 0.80 0.73 0.17 355.36 0.66 0.5
Hex D3 2B 38 0 50 49 11 163 42 32
Octal 323 53 70 0 120 111 21 543 102 62
Binary 11010011 101011 111000 0 1010000 1001001 10001 101100011 1000010 110010

Color Harmonies of #D32B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32B38

Black with #D32B38

Text Example


Text Example

White with #D32B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32B38; }

 p { color: rgb(211,43,56); }

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

background-color css

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

 a { background-color: rgb(211,43,56); }

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

border-color css

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

 span { border-color: rgb(211,43,56); }

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