Html Css Color HEX #D13234 Mahogany

📋 copy color: '#D13234'

red 209 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #D13234

Tints of Mahogany #D13234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 67.2%
G = 16.08%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D13234 (or 0xD13234) is known color: Mahogany. HEX triplet: D1, 32 and 34. RGB value is (209,50,52). Sum of RGB (Red+Green+Blue) = 209+50+52=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D13234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13234 is #2ECDCB. Grayscale: #616161. Windows color (decimal): -3067340 or 3420881. OLE color: 3420881.

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

Color convert

RGB 209 50 52 -
CMYK 0 0.76 0.75 0.18
HSL 359.25º 0.63% 0.51% -
HSV(B) 359.25º 0.76% 0.82% -
XYZ 28.05 16.08 4.87 -
YUV 97.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 209 50 52 0 0.76 0.75 0.18 359.25 0.63 0.51
Hex D1 32 34 0 4C 4B 12 167 3F 33
Octal 321 62 64 0 114 113 22 547 77 63
Binary 11010001 110010 110100 0 1001100 1001011 10010 101100111 111111 110011

Color Harmonies of #D13234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13234

Black with #D13234

Text Example


Text Example

White with #D13234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13234; }

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

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

background-color css

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

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

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

border-color css

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

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

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