Html Css Color HEX #D1262B Mahogany

📋 copy color: '#D1262B'

red 209 ◦ green 38 ◦ blue 43

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

Shades of Mahogany #D1262B

Tints of Mahogany #D1262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.83%

R = 72.07%
G = 13.1%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1262B (or 0xD1262B) is known color: Mahogany. HEX triplet: D1, 26 and 2B. RGB value is (209,38,43). Sum of RGB (Red+Green+Blue) = 209+38+43=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1262B is #2ED9D4. Grayscale: #595959. Windows color (decimal): -3070421 or 2827985. OLE color: 2827985.

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

Color convert

RGB 209 38 43 -
CMYK 0 0.82 0.79 0.18
HSL 358.25º 0.69% 0.48% -
HSV(B) 358.25º 0.82% 0.82% -
XYZ 27.42 15.12 3.76 -
YUV 89.7 101.65 213.09 -
System Red Green Blue C M Y K H S L
Decimal 209 38 43 0 0.82 0.79 0.18 358.25 0.69 0.48
Hex D1 26 2B 0 52 4F 12 166 45 30
Octal 321 46 53 0 122 117 22 546 105 60
Binary 11010001 100110 101011 0 1010010 1001111 10010 101100110 1000101 110000

Color Harmonies of #D1262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1262B

Black with #D1262B

Text Example


Text Example

White with #D1262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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