Html Css Color HEX #D13D3E Mahogany

📋 copy color: '#D13D3E'

red 209 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #D13D3E

Tints of Mahogany #D13D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.37%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 62.95%
G = 18.37%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D13D3E (or 0xD13D3E) is known color: Mahogany. HEX triplet: D1, 3D and 3E. RGB value is (209,61,62). Sum of RGB (Red+Green+Blue) = 209+61+62=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D3E is #2EC2C1. Grayscale: #696969. Windows color (decimal): -3064514 or 4079057. OLE color: 4079057.

HSL color Cylindrical-coordinate representation of color #D13D3E: hue angle of 359.59º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D3E is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 61 62 -
CMYK 0 0.71 0.70 0.18
HSL 359.59º 0.62% 0.53% -
HSV(B) 359.59º 0.71% 0.82% -
XYZ 28.83 17.24 6.37 -
YUV 105.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 209 61 62 0 0.71 0.70 0.18 359.59 0.62 0.53
Hex D1 3D 3E 0 47 46 12 168 3E 35
Octal 321 75 76 0 107 106 22 550 76 65
Binary 11010001 111101 111110 0 1000111 1000110 10010 101101000 111110 110101

Color Harmonies of #D13D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D3E

Black with #D13D3E

Text Example


Text Example

White with #D13D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D3E; }

 p { color: rgb(209,61,62); }

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

background-color css

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

 a { background-color: rgb(209,61,62); }

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

border-color css

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

 span { border-color: rgb(209,61,62); }

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