Html Css Color HEX #D12D32 Mahogany

📋 copy color: '#D12D32'

red 209 ◦ green 45 ◦ blue 50

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

Shades of Mahogany #D12D32

Tints of Mahogany #D12D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 68.75%
G = 14.8%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D12D32 (or 0xD12D32) is known color: Mahogany. HEX triplet: D1, 2D and 32. RGB value is (209,45,50). Sum of RGB (Red+Green+Blue) = 209+45+50=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D32 is #2ED2CD. Grayscale: #5E5E5E. Windows color (decimal): -3068622 or 3288529. OLE color: 3288529.

HSL color Cylindrical-coordinate representation of color #D12D32: hue angle of 358.17º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D32 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 45 50 -
CMYK 0 0.78 0.76 0.18
HSL 358.17º 0.65% 0.5% -
HSV(B) 358.17º 0.78% 0.82% -
XYZ 27.81 15.66 4.58 -
YUV 94.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 209 45 50 0 0.78 0.76 0.18 358.17 0.65 0.5
Hex D1 2D 32 0 4E 4C 12 166 41 32
Octal 321 55 62 0 116 114 22 546 101 62
Binary 11010001 101101 110010 0 1001110 1001100 10010 101100110 1000001 110010

Color Harmonies of #D12D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D32

Black with #D12D32

Text Example


Text Example

White with #D12D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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