Html Css Color HEX #D13032 Mahogany

📋 copy color: '#D13032'

red 209 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #D13032

Tints of Mahogany #D13032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 68.08%
G = 15.64%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D13032 (or 0xD13032) is known color: Mahogany. HEX triplet: D1, 30 and 32. RGB value is (209,48,50). Sum of RGB (Red+Green+Blue) = 209+48+50=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D13032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13032 is #2ECFCD. Grayscale: #606060. Windows color (decimal): -3067854 or 3289297. OLE color: 3289297.

HSL color Cylindrical-coordinate representation of color #D13032: hue angle of 359.25º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13032 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 50 -
CMYK 0 0.77 0.76 0.18
HSL 359.25º 0.64% 0.5% -
HSV(B) 359.25º 0.77% 0.82% -
XYZ 27.93 15.9 4.61 -
YUV 96.37 101.84 208.34 -
System Red Green Blue C M Y K H S L
Decimal 209 48 50 0 0.77 0.76 0.18 359.25 0.64 0.5
Hex D1 30 32 0 4D 4C 12 167 40 32
Octal 321 60 62 0 115 114 22 547 100 62
Binary 11010001 110000 110010 0 1001101 1001100 10010 101100111 1000000 110010

Color Harmonies of #D13032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13032

Black with #D13032

Text Example


Text Example

White with #D13032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13032; }

 p { color: rgb(209,48,50); }

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

background-color css

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

 a { background-color: rgb(209,48,50); }

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

border-color css

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

 span { border-color: rgb(209,48,50); }

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