Html Css Color HEX #D12D36 Mahogany

📋 copy color: '#D12D36'

red 209 ◦ green 45 ◦ blue 54

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

Shades of Mahogany #D12D36

Tints of Mahogany #D12D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 67.86%
G = 14.61%
B = 17.53%

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

#D12D36 (or 0xD12D36) is known color: Mahogany. HEX triplet: D1, 2D and 36. RGB value is (209,45,54). Sum of RGB (Red+Green+Blue) = 209+45+54=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D36 is #2ED2C9. Grayscale: #5F5F5F. Windows color (decimal): -3068618 or 3550673. OLE color: 3550673.

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

Color convert

RGB 209 45 54 -
CMYK 0 0.78 0.74 0.18
HSL 356.71º 0.65% 0.5% -
HSV(B) 356.71º 0.78% 0.82% -
XYZ 27.9 15.7 5.05 -
YUV 95.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 209 45 54 0 0.78 0.74 0.18 356.71 0.65 0.5
Hex D1 2D 36 0 4E 4A 12 165 41 32
Octal 321 55 66 0 116 112 22 545 101 62
Binary 11010001 101101 110110 0 1001110 1001010 10010 101100101 1000001 110010

Color Harmonies of #D12D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D36

Black with #D12D36

Text Example


Text Example

White with #D12D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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