Html Css Color HEX #D13A43 Mahogany

📋 copy color: '#D13A43'

red 209 ◦ green 58 ◦ blue 67

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

Shades of Mahogany #D13A43

Tints of Mahogany #D13A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 62.57%
G = 17.37%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D13A43 (or 0xD13A43) is known color: Mahogany. HEX triplet: D1, 3A and 43. RGB value is (209,58,67). Sum of RGB (Red+Green+Blue) = 209+58+67=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A43 is #2EC5BC. Grayscale: #686868. Windows color (decimal): -3065277 or 4405969. OLE color: 4405969.

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

Color convert

RGB 209 58 67 -
CMYK 0 0.72 0.68 0.18
HSL 356.42º 0.62% 0.52% -
HSV(B) 356.42º 0.72% 0.82% -
XYZ 28.82 16.99 7.07 -
YUV 104.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 209 58 67 0 0.72 0.68 0.18 356.42 0.62 0.52
Hex D1 3A 43 0 48 44 12 164 3E 34
Octal 321 72 103 0 110 104 22 544 76 64
Binary 11010001 111010 1000011 0 1001000 1000100 10010 101100100 111110 110100

Color Harmonies of #D13A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A43

Black with #D13A43

Text Example


Text Example

White with #D13A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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