Html Css Color HEX #D12932 Mahogany

📋 copy color: '#D12932'

red 209 ◦ green 41 ◦ blue 50

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

Shades of Mahogany #D12932

Tints of Mahogany #D12932

RGB

 RED value IS 209 (82.03% from 255) = 69.67%

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

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 69.67%
G = 13.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D12932 (or 0xD12932) is known color: Mahogany. HEX triplet: D1, 29 and 32. RGB value is (209,41,50). Sum of RGB (Red+Green+Blue) = 209+41+50=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D12932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12932 is #2ED6CD. Grayscale: #5C5C5C. Windows color (decimal): -3069646 or 3287505. OLE color: 3287505.

HSL color Cylindrical-coordinate representation of color #D12932: hue angle of 356.79º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12932 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 50 -
CMYK 0 0.80 0.76 0.18
HSL 356.79º 0.67% 0.49% -
HSV(B) 356.79º 0.8% 0.82% -
XYZ 27.66 15.37 4.53 -
YUV 92.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 209 41 50 0 0.80 0.76 0.18 356.79 0.67 0.49
Hex D1 29 32 0 50 4C 12 165 43 31
Octal 321 51 62 0 120 114 22 545 103 61
Binary 11010001 101001 110010 0 1010000 1001100 10010 101100101 1000011 110001

Color Harmonies of #D12932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12932

Black with #D12932

Text Example


Text Example

White with #D12932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12932; }

 p { color: rgb(209,41,50); }

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

background-color css

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

 a { background-color: rgb(209,41,50); }

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

border-color css

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

 span { border-color: rgb(209,41,50); }

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