Html Css Color HEX #D73234 Mahogany

📋 copy color: '#D73234'

red 215 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #D73234

Tints of Mahogany #D73234

RGB

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

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

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

R = 67.82%
G = 15.77%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D73234 (or 0xD73234) is known color: Mahogany. HEX triplet: D7, 32 and 34. RGB value is (215,50,52). Sum of RGB (Red+Green+Blue) = 215+50+52=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D73234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73234 is #28CDCB. Grayscale: #636363. Windows color (decimal): -2674124 or 3420887. OLE color: 3420887.

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

Color convert

RGB 215 50 52 -
CMYK 0 0.77 0.76 0.16
HSL 359.27º 0.67% 0.52% -
HSV(B) 359.27º 0.77% 0.84% -
XYZ 29.78 16.98 4.96 -
YUV 99.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 215 50 52 0 0.77 0.76 0.16 359.27 0.67 0.52
Hex D7 32 34 0 4D 4C 10 167 43 34
Octal 327 62 64 0 115 114 20 547 103 64
Binary 11010111 110010 110100 0 1001101 1001100 10000 101100111 1000011 110100

Color Harmonies of #D73234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73234

Black with #D73234

Text Example


Text Example

White with #D73234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73234; }

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

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

background-color css

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

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

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

border-color css

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

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

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