Html Css Color HEX #D13437 Mahogany

📋 copy color: '#D13437'

red 209 ◦ green 52 ◦ blue 55

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

Shades of Mahogany #D13437

Tints of Mahogany #D13437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 66.14%
G = 16.46%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D13437 (or 0xD13437) is known color: Mahogany. HEX triplet: D1, 34 and 37. RGB value is (209,52,55). Sum of RGB (Red+Green+Blue) = 209+52+55=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D13437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13437 is #2ECBC8. Grayscale: #636363. Windows color (decimal): -3066825 or 3618001. OLE color: 3618001.

HSL color Cylindrical-coordinate representation of color #D13437: hue angle of 358.85º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13437 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 52 55 -
CMYK 0 0.75 0.74 0.18
HSL 358.85º 0.63% 0.51% -
HSV(B) 358.85º 0.75% 0.82% -
XYZ 28.21 16.29 5.27 -
YUV 99.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 209 52 55 0 0.75 0.74 0.18 358.85 0.63 0.51
Hex D1 34 37 0 4B 4A 12 167 3F 33
Octal 321 64 67 0 113 112 22 547 77 63
Binary 11010001 110100 110111 0 1001011 1001010 10010 101100111 111111 110011

Color Harmonies of #D13437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13437

Black with #D13437

Text Example


Text Example

White with #D13437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13437; }

 p { color: rgb(209,52,55); }

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

background-color css

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

 a { background-color: rgb(209,52,55); }

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

border-color css

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

 span { border-color: rgb(209,52,55); }

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