Html Css Color HEX #D13538 Mahogany

📋 copy color: '#D13538'

red 209 ◦ green 53 ◦ blue 56

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

Shades of Mahogany #D13538

Tints of Mahogany #D13538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 65.72%
G = 16.67%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D13538 (or 0xD13538) is known color: Mahogany. HEX triplet: D1, 35 and 38. RGB value is (209,53,56). Sum of RGB (Red+Green+Blue) = 209+53+56=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D13538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13538 is #2ECAC7. Grayscale: #646464. Windows color (decimal): -3066568 or 3683793. OLE color: 3683793.

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

Color convert

RGB 209 53 56 -
CMYK 0 0.75 0.73 0.18
HSL 358.85º 0.63% 0.51% -
HSV(B) 358.85º 0.75% 0.82% -
XYZ 28.28 16.39 5.41 -
YUV 99.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 209 53 56 0 0.75 0.73 0.18 358.85 0.63 0.51
Hex D1 35 38 0 4B 49 12 167 3F 33
Octal 321 65 70 0 113 111 22 547 77 63
Binary 11010001 110101 111000 0 1001011 1001001 10010 101100111 111111 110011

Color Harmonies of #D13538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13538

Black with #D13538

Text Example


Text Example

White with #D13538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13538; }

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

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

background-color css

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

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

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

border-color css

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

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

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