Html Css Color HEX #D1363D Mahogany

📋 copy color: '#D1363D'

red 209 ◦ green 54 ◦ blue 61

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

Shades of Mahogany #D1363D

Tints of Mahogany #D1363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 64.51%
G = 16.67%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1363D (or 0xD1363D) is known color: Mahogany. HEX triplet: D1, 36 and 3D. RGB value is (209,54,61). Sum of RGB (Red+Green+Blue) = 209+54+61=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1363D is #2EC9C2. Grayscale: #656565. Windows color (decimal): -3066307 or 4011729. OLE color: 4011729.

HSL color Cylindrical-coordinate representation of color #D1363D: hue angle of 357.29º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1363D is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 54 61 -
CMYK 0 0.74 0.71 0.18
HSL 357.29º 0.63% 0.52% -
HSV(B) 357.29º 0.74% 0.82% -
XYZ 28.46 16.53 6.11 -
YUV 101.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 209 54 61 0 0.74 0.71 0.18 357.29 0.63 0.52
Hex D1 36 3D 0 4A 47 12 165 3F 34
Octal 321 66 75 0 112 107 22 545 77 64
Binary 11010001 110110 111101 0 1001010 1000111 10010 101100101 111111 110100

Color Harmonies of #D1363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1363D

Black with #D1363D

Text Example


Text Example

White with #D1363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1363D; }

 p { color: rgb(209,54,61); }

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

background-color css

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

 a { background-color: rgb(209,54,61); }

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

border-color css

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

 span { border-color: rgb(209,54,61); }

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