Html Css Color HEX #D1353A Mahogany

📋 copy color: '#D1353A'

red 209 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #D1353A

Tints of Mahogany #D1353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

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

R = 65.31%
G = 16.56%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1353A (or 0xD1353A) is known color: Mahogany. HEX triplet: D1, 35 and 3A. RGB value is (209,53,58). Sum of RGB (Red+Green+Blue) = 209+53+58=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1353A is #2ECAC5. Grayscale: #646464. Windows color (decimal): -3066566 or 3814865. OLE color: 3814865.

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

Color convert

RGB 209 53 58 -
CMYK 0 0.75 0.72 0.18
HSL 358.08º 0.63% 0.51% -
HSV(B) 358.08º 0.75% 0.82% -
XYZ 28.33 16.41 5.68 -
YUV 100.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 209 53 58 0 0.75 0.72 0.18 358.08 0.63 0.51
Hex D1 35 3A 0 4B 48 12 166 3F 33
Octal 321 65 72 0 113 110 22 546 77 63
Binary 11010001 110101 111010 0 1001011 1001000 10010 101100110 111111 110011

Color Harmonies of #D1353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1353A

Black with #D1353A

Text Example


Text Example

White with #D1353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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