Html Css Color HEX #D73236 Mahogany

📋 copy color: '#D73236'

red 215 ◦ green 50 ◦ blue 54

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

Shades of Mahogany #D73236

Tints of Mahogany #D73236

RGB

 RED value IS 215 (84.38% from 255) = 67.4%

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

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

R = 67.4%
G = 15.67%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D73236 (or 0xD73236) is known color: Mahogany. HEX triplet: D7, 32 and 36. RGB value is (215,50,54). Sum of RGB (Red+Green+Blue) = 215+50+54=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D73236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73236 is #28CDC9. Grayscale: #636363. Windows color (decimal): -2674122 or 3551959. OLE color: 3551959.

HSL color Cylindrical-coordinate representation of color #D73236: hue angle of 358.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73236 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 54 -
CMYK 0 0.77 0.75 0.16
HSL 358.55º 0.67% 0.52% -
HSV(B) 358.55º 0.77% 0.84% -
XYZ 29.83 16.99 5.2 -
YUV 99.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 215 50 54 0 0.77 0.75 0.16 358.55 0.67 0.52
Hex D7 32 36 0 4D 4B 10 167 43 34
Octal 327 62 66 0 115 113 20 547 103 64
Binary 11010111 110010 110110 0 1001101 1001011 10000 101100111 1000011 110100

Color Harmonies of #D73236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73236

Black with #D73236

Text Example


Text Example

White with #D73236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73236; }

 p { color: rgb(215,50,54); }

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

background-color css

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

 a { background-color: rgb(215,50,54); }

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

border-color css

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

 span { border-color: rgb(215,50,54); }

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