Html Css Color HEX #D13436 Mahogany

📋 copy color: '#D13436'

red 209 ◦ green 52 ◦ blue 54

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

Shades of Mahogany #D13436

Tints of Mahogany #D13436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.14%

R = 66.35%
G = 16.51%
B = 17.14%

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

#D13436 (or 0xD13436) is known color: Mahogany. HEX triplet: D1, 34 and 36. RGB value is (209,52,54). Sum of RGB (Red+Green+Blue) = 209+52+54=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D13436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13436 is #2ECBC9. Grayscale: #636363. Windows color (decimal): -3066826 or 3552465. OLE color: 3552465.

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

Color convert

RGB 209 52 54 -
CMYK 0 0.75 0.74 0.18
HSL 359.24º 0.63% 0.51% -
HSV(B) 359.24º 0.75% 0.82% -
XYZ 28.19 16.28 5.15 -
YUV 99.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 209 52 54 0 0.75 0.74 0.18 359.24 0.63 0.51
Hex D1 34 36 0 4B 4A 12 167 3F 33
Octal 321 64 66 0 113 112 22 547 77 63
Binary 11010001 110100 110110 0 1001011 1001010 10010 101100111 111111 110011

Color Harmonies of #D13436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13436

Black with #D13436

Text Example


Text Example

White with #D13436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13436; }

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

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

background-color css

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

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

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

border-color css

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

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

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