Html Css Color HEX #D32834 Mahogany

📋 copy color: '#D32834'

red 211 ◦ green 40 ◦ blue 52

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

Shades of Mahogany #D32834

Tints of Mahogany #D32834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 69.64%
G = 13.2%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D32834 (or 0xD32834) is known color: Mahogany. HEX triplet: D3, 28 and 34. RGB value is (211,40,52). Sum of RGB (Red+Green+Blue) = 211+40+52=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D32834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32834 is #2CD7CB. Grayscale: #5C5C5C. Windows color (decimal): -2938828 or 3418323. OLE color: 3418323.

HSL color Cylindrical-coordinate representation of color #D32834: hue angle of 355.79º degrees, saturation: 0.68, 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 #D32834 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 40 52 -
CMYK 0 0.81 0.75 0.17
HSL 355.79º 0.68% 0.49% -
HSV(B) 355.79º 0.81% 0.83% -
XYZ 28.24 15.61 4.77 -
YUV 92.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 211 40 52 0 0.81 0.75 0.17 355.79 0.68 0.49
Hex D3 28 34 0 51 4B 11 164 44 31
Octal 323 50 64 0 121 113 21 544 104 61
Binary 11010011 101000 110100 0 1010001 1001011 10001 101100100 1000100 110001

Color Harmonies of #D32834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32834

Black with #D32834

Text Example


Text Example

White with #D32834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32834; }

 p { color: rgb(211,40,52); }

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

background-color css

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

 a { background-color: rgb(211,40,52); }

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

border-color css

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

 span { border-color: rgb(211,40,52); }

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