Html Css Color HEX #D74347 Mahogany

📋 copy color: '#D74347'

red 215 ◦ green 67 ◦ blue 71

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

Shades of Mahogany #D74347

Tints of Mahogany #D74347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.98%

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 60.91%
G = 18.98%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D74347 (or 0xD74347) is known color: Mahogany. HEX triplet: D7, 43 and 47. RGB value is (215,67,71). Sum of RGB (Red+Green+Blue) = 215+67+71=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D74347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74347 is #28BCB8. Grayscale: #6F6F6F. Windows color (decimal): -2669753 or 4670423. OLE color: 4670423.

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

Color convert

RGB 215 67 71 -
CMYK 0 0.69 0.67 0.16
HSL 358.38º 0.65% 0.55% -
HSV(B) 358.38º 0.69% 0.84% -
XYZ 31.17 18.92 7.97 -
YUV 111.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 215 67 71 0 0.69 0.67 0.16 358.38 0.65 0.55
Hex D7 43 47 0 45 43 10 166 41 37
Octal 327 103 107 0 105 103 20 546 101 67
Binary 11010111 1000011 1000111 0 1000101 1000011 10000 101100110 1000001 110111

Color Harmonies of #D74347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74347

Black with #D74347

Text Example


Text Example

White with #D74347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74347; }

 p { color: rgb(215,67,71); }

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

background-color css

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

 a { background-color: rgb(215,67,71); }

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

border-color css

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

 span { border-color: rgb(215,67,71); }

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