Html Css Color HEX #D1363B Mahogany

📋 copy color: '#D1363B'

red 209 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #D1363B

Tints of Mahogany #D1363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 64.91%
G = 16.77%
B = 18.32%

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

#D1363B (or 0xD1363B) is known color: Mahogany. HEX triplet: D1, 36 and 3B. RGB value is (209,54,59). Sum of RGB (Red+Green+Blue) = 209+54+59=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1363B is #2EC9C4. Grayscale: #656565. Windows color (decimal): -3066309 or 3880657. OLE color: 3880657.

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

Color convert

RGB 209 54 59 -
CMYK 0 0.74 0.72 0.18
HSL 358.06º 0.63% 0.52% -
HSV(B) 358.06º 0.74% 0.82% -
XYZ 28.4 16.51 5.83 -
YUV 100.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 209 54 59 0 0.74 0.72 0.18 358.06 0.63 0.52
Hex D1 36 3B 0 4A 48 12 166 3F 34
Octal 321 66 73 0 112 110 22 546 77 64
Binary 11010001 110110 111011 0 1001010 1001000 10010 101100110 111111 110100

Color Harmonies of #D1363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1363B

Black with #D1363B

Text Example


Text Example

White with #D1363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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