Html Css Color HEX #D1262E Mahogany

📋 copy color: '#D1262E'

red 209 ◦ green 38 ◦ blue 46

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

Shades of Mahogany #D1262E

Tints of Mahogany #D1262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

 BLUE value IS 46 (18.36% from 255) = 15.7%

R = 71.33%
G = 12.97%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1262E (or 0xD1262E) is known color: Mahogany. HEX triplet: D1, 26 and 2E. RGB value is (209,38,46). Sum of RGB (Red+Green+Blue) = 209+38+46=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D1262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1262E is #2ED9D1. Grayscale: #5A5A5A. Windows color (decimal): -3070418 or 3024593. OLE color: 3024593.

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

Color convert

RGB 209 38 46 -
CMYK 0 0.82 0.78 0.18
HSL 357.19º 0.69% 0.48% -
HSV(B) 357.19º 0.82% 0.82% -
XYZ 27.48 15.14 4.06 -
YUV 90.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 209 38 46 0 0.82 0.78 0.18 357.19 0.69 0.48
Hex D1 26 2E 0 52 4E 12 165 45 30
Octal 321 46 56 0 122 116 22 545 105 60
Binary 11010001 100110 101110 0 1010010 1001110 10010 101100101 1000101 110000

Color Harmonies of #D1262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1262E

Black with #D1262E

Text Example


Text Example

White with #D1262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1262E; }

 p { color: rgb(209,38,46); }

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

background-color css

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

 a { background-color: rgb(209,38,46); }

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

border-color css

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

 span { border-color: rgb(209,38,46); }

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