Html Css Color HEX #D13842 Mahogany

📋 copy color: '#D13842'

red 209 ◦ green 56 ◦ blue 66

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

Shades of Mahogany #D13842

Tints of Mahogany #D13842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

 BLUE value IS 66 (26.17% from 255) = 19.94%

R = 63.14%
G = 16.92%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D13842 (or 0xD13842) is known color: Mahogany. HEX triplet: D1, 38 and 42. RGB value is (209,56,66). Sum of RGB (Red+Green+Blue) = 209+56+66=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D13842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13842 is #2EC7BD. Grayscale: #676767. Windows color (decimal): -3065790 or 4339921. OLE color: 4339921.

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

Color convert

RGB 209 56 66 -
CMYK 0 0.73 0.68 0.18
HSL 356.08º 0.62% 0.52% -
HSV(B) 356.08º 0.73% 0.82% -
XYZ 28.69 16.78 6.88 -
YUV 102.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 209 56 66 0 0.73 0.68 0.18 356.08 0.62 0.52
Hex D1 38 42 0 49 44 12 164 3E 34
Octal 321 70 102 0 111 104 22 544 76 64
Binary 11010001 111000 1000010 0 1001001 1000100 10010 101100100 111110 110100

Color Harmonies of #D13842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13842

Black with #D13842

Text Example


Text Example

White with #D13842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13842; }

 p { color: rgb(209,56,66); }

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

background-color css

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

 a { background-color: rgb(209,56,66); }

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

border-color css

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

 span { border-color: rgb(209,56,66); }

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