Html Css Color HEX #D32934 Mahogany

📋 copy color: '#D32934'

red 211 ◦ green 41 ◦ blue 52

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

Shades of Mahogany #D32934

Tints of Mahogany #D32934

RGB

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

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

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

R = 69.41%
G = 13.49%
B = 17.11%

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

#D32934 (or 0xD32934) is known color: Mahogany. HEX triplet: D3, 29 and 34. RGB value is (211,41,52). Sum of RGB (Red+Green+Blue) = 211+41+52=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D32934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32934 is #2CD6CB. Grayscale: #5D5D5D. Windows color (decimal): -2938572 or 3418579. OLE color: 3418579.

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

Color convert

RGB 211 41 52 -
CMYK 0 0.81 0.75 0.17
HSL 356.12º 0.67% 0.49% -
HSV(B) 356.12º 0.81% 0.83% -
XYZ 28.28 15.68 4.79 -
YUV 93.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 211 41 52 0 0.81 0.75 0.17 356.12 0.67 0.49
Hex D3 29 34 0 51 4B 11 164 43 31
Octal 323 51 64 0 121 113 21 544 103 61
Binary 11010011 101001 110100 0 1010001 1001011 10001 101100100 1000011 110001

Color Harmonies of #D32934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32934

Black with #D32934

Text Example


Text Example

White with #D32934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32934; }

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

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

background-color css

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

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

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

border-color css

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

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

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