Html Css Color HEX #D32B39 Mahogany

📋 copy color: '#D32B39'

red 211 ◦ green 43 ◦ blue 57

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

Shades of Mahogany #D32B39

Tints of Mahogany #D32B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 67.85%
G = 13.83%
B = 18.33%

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

#D32B39 (or 0xD32B39) is known color: Mahogany. HEX triplet: D3, 2B and 39. RGB value is (211,43,57). Sum of RGB (Red+Green+Blue) = 211+43+57=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D32B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32B39 is #2CD4C6. Grayscale: #5E5E5E. Windows color (decimal): -2938055 or 3746771. OLE color: 3746771.

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

Color convert

RGB 211 43 57 -
CMYK 0 0.80 0.73 0.17
HSL 355º 0.66% 0.5% -
HSV(B) 355º 0.8% 0.83% -
XYZ 28.47 15.87 5.43 -
YUV 94.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 211 43 57 0 0.80 0.73 0.17 355 0.66 0.5
Hex D3 2B 39 0 50 49 11 163 42 32
Octal 323 53 71 0 120 111 21 543 102 62
Binary 11010011 101011 111001 0 1010000 1001001 10001 101100011 1000010 110010

Color Harmonies of #D32B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32B39

Black with #D32B39

Text Example


Text Example

White with #D32B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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