Html Css Color HEX #D74046 Mahogany

📋 copy color: '#D74046'

red 215 ◦ green 64 ◦ blue 70

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

Shades of Mahogany #D74046

Tints of Mahogany #D74046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 61.6%
G = 18.34%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D74046 (or 0xD74046) is known color: Mahogany. HEX triplet: D7, 40 and 46. RGB value is (215,64,70). Sum of RGB (Red+Green+Blue) = 215+64+70=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D74046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74046 is #28BFB9. Grayscale: #6D6D6D. Windows color (decimal): -2670522 or 4604119. OLE color: 4604119.

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

Color convert

RGB 215 64 70 -
CMYK 0 0.70 0.67 0.16
HSL 357.62º 0.65% 0.55% -
HSV(B) 357.62º 0.7% 0.84% -
XYZ 30.96 18.56 7.74 -
YUV 109.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 215 64 70 0 0.70 0.67 0.16 357.62 0.65 0.55
Hex D7 40 46 0 46 43 10 166 41 37
Octal 327 100 106 0 106 103 20 546 101 67
Binary 11010111 1000000 1000110 0 1000110 1000011 10000 101100110 1000001 110111

Color Harmonies of #D74046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74046

Black with #D74046

Text Example


Text Example

White with #D74046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74046; }

 p { color: rgb(215,64,70); }

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

background-color css

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

 a { background-color: rgb(215,64,70); }

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

border-color css

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

 span { border-color: rgb(215,64,70); }

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