Html Css Color HEX #D73239 Mahogany

📋 copy color: '#D73239'

red 215 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #D73239

Tints of Mahogany #D73239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 66.77%
G = 15.53%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D73239 (or 0xD73239) is known color: Mahogany. HEX triplet: D7, 32 and 39. RGB value is (215,50,57). Sum of RGB (Red+Green+Blue) = 215+50+57=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D73239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73239 is #28CDC6. Grayscale: #646464. Windows color (decimal): -2674119 or 3748567. OLE color: 3748567.

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

Color convert

RGB 215 50 57 -
CMYK 0 0.77 0.73 0.16
HSL 357.45º 0.67% 0.52% -
HSV(B) 357.45º 0.77% 0.84% -
XYZ 29.9 17.02 5.58 -
YUV 100.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 215 50 57 0 0.77 0.73 0.16 357.45 0.67 0.52
Hex D7 32 39 0 4D 49 10 165 43 34
Octal 327 62 71 0 115 111 20 545 103 64
Binary 11010111 110010 111001 0 1001101 1001001 10000 101100101 1000011 110100

Color Harmonies of #D73239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73239

Black with #D73239

Text Example


Text Example

White with #D73239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73239; }

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

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

background-color css

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

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

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

border-color css

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

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

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