Html Css Color HEX #D12D37 Mahogany

📋 copy color: '#D12D37'

red 209 ◦ green 45 ◦ blue 55

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

Shades of Mahogany #D12D37

Tints of Mahogany #D12D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.8%

R = 67.64%
G = 14.56%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D12D37 (or 0xD12D37) is known color: Mahogany. HEX triplet: D1, 2D and 37. RGB value is (209,45,55). Sum of RGB (Red+Green+Blue) = 209+45+55=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D37 is #2ED2C8. Grayscale: #5F5F5F. Windows color (decimal): -3068617 or 3616209. OLE color: 3616209.

HSL color Cylindrical-coordinate representation of color #D12D37: hue angle of 356.34º 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 #D12D37 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 45 55 -
CMYK 0 0.78 0.74 0.18
HSL 356.34º 0.65% 0.5% -
HSV(B) 356.34º 0.78% 0.82% -
XYZ 27.92 15.71 5.17 -
YUV 95.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 209 45 55 0 0.78 0.74 0.18 356.34 0.65 0.5
Hex D1 2D 37 0 4E 4A 12 164 41 32
Octal 321 55 67 0 116 112 22 544 101 62
Binary 11010001 101101 110111 0 1001110 1001010 10010 101100100 1000001 110010

Color Harmonies of #D12D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D37

Black with #D12D37

Text Example


Text Example

White with #D12D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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