Html Css Color HEX #D1363C Mahogany

📋 copy color: '#D1363C'

red 209 ◦ green 54 ◦ blue 60

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

Shades of Mahogany #D1363C

Tints of Mahogany #D1363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 64.71%
G = 16.72%
B = 18.58%

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

#D1363C (or 0xD1363C) is known color: Mahogany. HEX triplet: D1, 36 and 3C. RGB value is (209,54,60). Sum of RGB (Red+Green+Blue) = 209+54+60=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1363C is #2EC9C3. Grayscale: #656565. Windows color (decimal): -3066308 or 3946193. OLE color: 3946193.

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

Color convert

RGB 209 54 60 -
CMYK 0 0.74 0.71 0.18
HSL 357.68º 0.63% 0.52% -
HSV(B) 357.68º 0.74% 0.82% -
XYZ 28.43 16.52 5.97 -
YUV 101.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 209 54 60 0 0.74 0.71 0.18 357.68 0.63 0.52
Hex D1 36 3C 0 4A 47 12 166 3F 34
Octal 321 66 74 0 112 107 22 546 77 64
Binary 11010001 110110 111100 0 1001010 1000111 10010 101100110 111111 110100

Color Harmonies of #D1363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1363C

Black with #D1363C

Text Example


Text Example

White with #D1363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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