Html Css Color HEX #D73D3E Mahogany

📋 copy color: '#D73D3E'

red 215 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #D73D3E

Tints of Mahogany #D73D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 62 (24.61% from 255) = 18.34%

R = 63.61%
G = 18.05%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D73D3E (or 0xD73D3E) is known color: Mahogany. HEX triplet: D7, 3D and 3E. RGB value is (215,61,62). Sum of RGB (Red+Green+Blue) = 215+61+62=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D3E is #28C2C1. Grayscale: #6B6B6B. Windows color (decimal): -2671298 or 4079063. OLE color: 4079063.

HSL color Cylindrical-coordinate representation of color #D73D3E: hue angle of 359.61º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73D3E is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 61 62 -
CMYK 0 0.72 0.71 0.16
HSL 359.61º 0.66% 0.54% -
HSV(B) 359.61º 0.72% 0.84% -
XYZ 30.56 18.13 6.45 -
YUV 107.16 102.52 204.92 -
System Red Green Blue C M Y K H S L
Decimal 215 61 62 0 0.72 0.71 0.16 359.61 0.66 0.54
Hex D7 3D 3E 0 48 47 10 168 42 36
Octal 327 75 76 0 110 107 20 550 102 66
Binary 11010111 111101 111110 0 1001000 1000111 10000 101101000 1000010 110110

Color Harmonies of #D73D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D3E

Black with #D73D3E

Text Example


Text Example

White with #D73D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D3E; }

 p { color: rgb(215,61,62); }

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

background-color css

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

 a { background-color: rgb(215,61,62); }

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

border-color css

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

 span { border-color: rgb(215,61,62); }

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