Html Css Color HEX #D13438 Mahogany

📋 copy color: '#D13438'

red 209 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #D13438

Tints of Mahogany #D13438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 65.93%
G = 16.4%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D13438 (or 0xD13438) is known color: Mahogany. HEX triplet: D1, 34 and 38. RGB value is (209,52,56). Sum of RGB (Red+Green+Blue) = 209+52+56=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D13438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13438 is #2ECBC7. Grayscale: #636363. Windows color (decimal): -3066824 or 3683537. OLE color: 3683537.

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

Color convert

RGB 209 52 56 -
CMYK 0 0.75 0.73 0.18
HSL 358.47º 0.63% 0.51% -
HSV(B) 358.47º 0.75% 0.82% -
XYZ 28.24 16.3 5.4 -
YUV 99.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 209 52 56 0 0.75 0.73 0.18 358.47 0.63 0.51
Hex D1 34 38 0 4B 49 12 166 3F 33
Octal 321 64 70 0 113 111 22 546 77 63
Binary 11010001 110100 111000 0 1001011 1001001 10010 101100110 111111 110011

Color Harmonies of #D13438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13438

Black with #D13438

Text Example


Text Example

White with #D13438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13438; }

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

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

background-color css

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

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

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

border-color css

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

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

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