Html Css Color HEX #D13D41 Mahogany

📋 copy color: '#D13D41'

red 209 ◦ green 61 ◦ blue 65

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

Shades of Mahogany #D13D41

Tints of Mahogany #D13D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 62.39%
G = 18.21%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D13D41 (or 0xD13D41) is known color: Mahogany. HEX triplet: D1, 3D and 41. RGB value is (209,61,65). Sum of RGB (Red+Green+Blue) = 209+61+65=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D41 is #2EC2BE. Grayscale: #696969. Windows color (decimal): -3064511 or 4275665. OLE color: 4275665.

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

Color convert

RGB 209 61 65 -
CMYK 0 0.71 0.69 0.18
HSL 358.38º 0.62% 0.53% -
HSV(B) 358.38º 0.71% 0.82% -
XYZ 28.92 17.27 6.81 -
YUV 105.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 209 61 65 0 0.71 0.69 0.18 358.38 0.62 0.53
Hex D1 3D 41 0 47 45 12 166 3E 35
Octal 321 75 101 0 107 105 22 546 76 65
Binary 11010001 111101 1000001 0 1000111 1000101 10010 101100110 111110 110101

Color Harmonies of #D13D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D41

Black with #D13D41

Text Example


Text Example

White with #D13D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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