Html Css Color HEX #D1262A Mahogany

📋 copy color: '#D1262A'

red 209 ◦ green 38 ◦ blue 42

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

Shades of Mahogany #D1262A

Tints of Mahogany #D1262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 72.32%
G = 13.15%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D1262A (or 0xD1262A) is known color: Mahogany. HEX triplet: D1, 26 and 2A. RGB value is (209,38,42). Sum of RGB (Red+Green+Blue) = 209+38+42=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1262A is #2ED9D5. Grayscale: #595959. Windows color (decimal): -3070422 or 2762449. OLE color: 2762449.

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

Color convert

RGB 209 38 42 -
CMYK 0 0.82 0.80 0.18
HSL 358.6º 0.69% 0.48% -
HSV(B) 358.6º 0.82% 0.82% -
XYZ 27.41 15.11 3.66 -
YUV 89.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 209 38 42 0 0.82 0.80 0.18 358.6 0.69 0.48
Hex D1 26 2A 0 52 50 12 167 45 30
Octal 321 46 52 0 122 120 22 547 105 60
Binary 11010001 100110 101010 0 1010010 1010000 10010 101100111 1000101 110000

Color Harmonies of #D1262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1262A

Black with #D1262A

Text Example


Text Example

White with #D1262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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