Html Css Color HEX #D74246 Mahogany

📋 copy color: '#D74246'

red 215 ◦ green 66 ◦ blue 70

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

Shades of Mahogany #D74246

Tints of Mahogany #D74246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.8%

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

R = 61.25%
G = 18.8%
B = 19.94%

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

#D74246 (or 0xD74246) is known color: Mahogany. HEX triplet: D7, 42 and 46. RGB value is (215,66,70). Sum of RGB (Red+Green+Blue) = 215+66+70=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D74246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74246 is #28BDB9. Grayscale: #6F6F6F. Windows color (decimal): -2670010 or 4604631. OLE color: 4604631.

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

Color convert

RGB 215 66 70 -
CMYK 0 0.69 0.67 0.16
HSL 358.39º 0.65% 0.55% -
HSV(B) 358.39º 0.69% 0.84% -
XYZ 31.08 18.79 7.78 -
YUV 111.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 215 66 70 0 0.69 0.67 0.16 358.39 0.65 0.55
Hex D7 42 46 0 45 43 10 166 41 37
Octal 327 102 106 0 105 103 20 546 101 67
Binary 11010111 1000010 1000110 0 1000101 1000011 10000 101100110 1000001 110111

Color Harmonies of #D74246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74246

Black with #D74246

Text Example


Text Example

White with #D74246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74246; }

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

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

background-color css

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

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

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

border-color css

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

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

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