Html Css Color HEX #D1363A Mahogany

📋 copy color: '#D1363A'

red 209 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #D1363A

Tints of Mahogany #D1363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.07%

R = 65.11%
G = 16.82%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1363A (or 0xD1363A) is known color: Mahogany. HEX triplet: D1, 36 and 3A. RGB value is (209,54,58). Sum of RGB (Red+Green+Blue) = 209+54+58=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1363A is #2EC9C5. Grayscale: #646464. Windows color (decimal): -3066310 or 3815121. OLE color: 3815121.

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

Color convert

RGB 209 54 58 -
CMYK 0 0.74 0.72 0.18
HSL 358.45º 0.63% 0.52% -
HSV(B) 358.45º 0.74% 0.82% -
XYZ 28.38 16.5 5.69 -
YUV 100.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 209 54 58 0 0.74 0.72 0.18 358.45 0.63 0.52
Hex D1 36 3A 0 4A 48 12 166 3F 34
Octal 321 66 72 0 112 110 22 546 77 64
Binary 11010001 110110 111010 0 1001010 1001000 10010 101100110 111111 110100

Color Harmonies of #D1363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1363A

Black with #D1363A

Text Example


Text Example

White with #D1363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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