Html Css Color HEX #D13A3D Mahogany

📋 copy color: '#D13A3D'

red 209 ◦ green 58 ◦ blue 61

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

Shades of Mahogany #D13A3D

Tints of Mahogany #D13A3D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 63.72%
G = 17.68%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D13A3D (or 0xD13A3D) is known color: Mahogany. HEX triplet: D1, 3A and 3D. RGB value is (209,58,61). Sum of RGB (Red+Green+Blue) = 209+58+61=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A3D is #2EC5C2. Grayscale: #676767. Windows color (decimal): -3065283 or 4012753. OLE color: 4012753.

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

Color convert

RGB 209 58 61 -
CMYK 0 0.72 0.71 0.18
HSL 358.81º 0.62% 0.52% -
HSV(B) 358.81º 0.72% 0.82% -
XYZ 28.65 16.92 6.17 -
YUV 103.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 209 58 61 0 0.72 0.71 0.18 358.81 0.62 0.52
Hex D1 3A 3D 0 48 47 12 167 3E 34
Octal 321 72 75 0 110 107 22 547 76 64
Binary 11010001 111010 111101 0 1001000 1000111 10010 101100111 111110 110100

Color Harmonies of #D13A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A3D

Black with #D13A3D

Text Example


Text Example

White with #D13A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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