Html Css Color HEX #D13336 Mahogany

📋 copy color: '#D13336'

red 209 ◦ green 51 ◦ blue 54

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

Shades of Mahogany #D13336

Tints of Mahogany #D13336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 66.56%
G = 16.24%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D13336 (or 0xD13336) is known color: Mahogany. HEX triplet: D1, 33 and 36. RGB value is (209,51,54). Sum of RGB (Red+Green+Blue) = 209+51+54=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D13336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13336 is #2ECCC9. Grayscale: #626262. Windows color (decimal): -3067082 or 3552209. OLE color: 3552209.

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

Color convert

RGB 209 51 54 -
CMYK 0 0.76 0.74 0.18
HSL 358.86º 0.63% 0.51% -
HSV(B) 358.86º 0.76% 0.82% -
XYZ 28.14 16.19 5.13 -
YUV 98.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 209 51 54 0 0.76 0.74 0.18 358.86 0.63 0.51
Hex D1 33 36 0 4C 4A 12 167 3F 33
Octal 321 63 66 0 114 112 22 547 77 63
Binary 11010001 110011 110110 0 1001100 1001010 10010 101100111 111111 110011

Color Harmonies of #D13336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13336

Black with #D13336

Text Example


Text Example

White with #D13336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13336; }

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

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

background-color css

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

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

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

border-color css

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

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

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