Html Css Color HEX #D1272D Mahogany

📋 copy color: '#D1272D'

red 209 ◦ green 39 ◦ blue 45

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

Shades of Mahogany #D1272D

Tints of Mahogany #D1272D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.31%

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 71.33%
G = 13.31%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1272D (or 0xD1272D) is known color: Mahogany. HEX triplet: D1, 27 and 2D. RGB value is (209,39,45). Sum of RGB (Red+Green+Blue) = 209+39+45=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D1272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1272D is #2ED8D2. Grayscale: #5A5A5A. Windows color (decimal): -3070163 or 2959313. OLE color: 2959313.

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

Color convert

RGB 209 39 45 -
CMYK 0 0.81 0.78 0.18
HSL 357.88º 0.69% 0.49% -
HSV(B) 357.88º 0.81% 0.82% -
XYZ 27.49 15.2 3.97 -
YUV 90.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 209 39 45 0 0.81 0.78 0.18 357.88 0.69 0.49
Hex D1 27 2D 0 51 4E 12 166 45 31
Octal 321 47 55 0 121 116 22 546 105 61
Binary 11010001 100111 101101 0 1010001 1001110 10010 101100110 1000101 110001

Color Harmonies of #D1272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1272D

Black with #D1272D

Text Example


Text Example

White with #D1272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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