Html Css Color HEX #D1353B Mahogany

📋 copy color: '#D1353B'

red 209 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #D1353B

Tints of Mahogany #D1353B

RGB

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

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

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

R = 65.11%
G = 16.51%
B = 18.38%

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

#D1353B (or 0xD1353B) is known color: Mahogany. HEX triplet: D1, 35 and 3B. RGB value is (209,53,59). Sum of RGB (Red+Green+Blue) = 209+53+59=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1353B is #2ECAC4. Grayscale: #646464. Windows color (decimal): -3066565 or 3880401. OLE color: 3880401.

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

Color convert

RGB 209 53 59 -
CMYK 0 0.75 0.72 0.18
HSL 357.69º 0.63% 0.51% -
HSV(B) 357.69º 0.75% 0.82% -
XYZ 28.36 16.42 5.81 -
YUV 100.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 209 53 59 0 0.75 0.72 0.18 357.69 0.63 0.51
Hex D1 35 3B 0 4B 48 12 166 3F 33
Octal 321 65 73 0 113 110 22 546 77 63
Binary 11010001 110101 111011 0 1001011 1001000 10010 101100110 111111 110011

Color Harmonies of #D1353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1353B

Black with #D1353B

Text Example


Text Example

White with #D1353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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