Html Css Color HEX #D13540 Mahogany

📋 copy color: '#D13540'

red 209 ◦ green 53 ◦ blue 64

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

Shades of Mahogany #D13540

Tints of Mahogany #D13540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 64.11%
G = 16.26%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D13540 (or 0xD13540) is known color: Mahogany. HEX triplet: D1, 35 and 40. RGB value is (209,53,64). Sum of RGB (Red+Green+Blue) = 209+53+64=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D13540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13540 is #2ECABF. Grayscale: #656565. Windows color (decimal): -3066560 or 4208081. OLE color: 4208081.

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

Color convert

RGB 209 53 64 -
CMYK 0 0.75 0.69 0.18
HSL 355.77º 0.63% 0.51% -
HSV(B) 355.77º 0.75% 0.82% -
XYZ 28.49 16.47 6.53 -
YUV 100.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 209 53 64 0 0.75 0.69 0.18 355.77 0.63 0.51
Hex D1 35 40 0 4B 45 12 164 3F 33
Octal 321 65 100 0 113 105 22 544 77 63
Binary 11010001 110101 1000000 0 1001011 1000101 10010 101100100 111111 110011

Color Harmonies of #D13540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13540

Black with #D13540

Text Example


Text Example

White with #D13540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13540; }

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

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

background-color css

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

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

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

border-color css

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

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

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