Html Css Color HEX #D1282C Mahogany

📋 copy color: '#D1282C'

red 209 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #D1282C

Tints of Mahogany #D1282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 71.33%
G = 13.65%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1282C (or 0xD1282C) is known color: Mahogany. HEX triplet: D1, 28 and 2C. RGB value is (209,40,44). Sum of RGB (Red+Green+Blue) = 209+40+44=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D1282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1282C is #2ED7D3. Grayscale: #5B5B5B. Windows color (decimal): -3069908 or 2894033. OLE color: 2894033.

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

Color convert

RGB 209 40 44 -
CMYK 0 0.81 0.79 0.18
HSL 358.58º 0.68% 0.49% -
HSV(B) 358.58º 0.81% 0.82% -
XYZ 27.51 15.25 3.88 -
YUV 90.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 209 40 44 0 0.81 0.79 0.18 358.58 0.68 0.49
Hex D1 28 2C 0 51 4F 12 167 44 31
Octal 321 50 54 0 121 117 22 547 104 61
Binary 11010001 101000 101100 0 1010001 1001111 10010 101100111 1000100 110001

Color Harmonies of #D1282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1282C

Black with #D1282C

Text Example


Text Example

White with #D1282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1282C; }

 p { color: rgb(209,40,44); }

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

background-color css

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

 a { background-color: rgb(209,40,44); }

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

border-color css

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

 span { border-color: rgb(209,40,44); }

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