Html Css Color HEX #D12829 Mahogany

📋 copy color: '#D12829'

red 209 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #D12829

Tints of Mahogany #D12829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.14%

R = 72.07%
G = 13.79%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D12829 (or 0xD12829) is known color: Mahogany. HEX triplet: D1, 28 and 29. RGB value is (209,40,41). Sum of RGB (Red+Green+Blue) = 209+40+41=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D12829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12829 is #2ED7D6. Grayscale: #5A5A5A. Windows color (decimal): -3069911 or 2697425. OLE color: 2697425.

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

Color convert

RGB 209 40 41 -
CMYK 0 0.81 0.80 0.18
HSL 359.65º 0.68% 0.49% -
HSV(B) 359.65º 0.81% 0.82% -
XYZ 27.45 15.23 3.59 -
YUV 90.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 209 40 41 0 0.81 0.80 0.18 359.65 0.68 0.49
Hex D1 28 29 0 51 50 12 168 44 31
Octal 321 50 51 0 121 120 22 550 104 61
Binary 11010001 101000 101001 0 1010001 1010000 10010 101101000 1000100 110001

Color Harmonies of #D12829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12829

Black with #D12829

Text Example


Text Example

White with #D12829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12829; }

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

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

background-color css

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

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

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

border-color css

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

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

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