Html Css Color HEX #D74142 Mahogany

📋 copy color: '#D74142'

red 215 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #D74142

Tints of Mahogany #D74142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 62.14%
G = 18.79%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D74142 (or 0xD74142) is known color: Mahogany. HEX triplet: D7, 41 and 42. RGB value is (215,65,66). Sum of RGB (Red+Green+Blue) = 215+65+66=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D74142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74142 is #28BEBD. Grayscale: #6E6E6E. Windows color (decimal): -2670270 or 4342231. OLE color: 4342231.

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

Color convert

RGB 215 65 66 -
CMYK 0 0.70 0.69 0.16
HSL 359.6º 0.65% 0.55% -
HSV(B) 359.6º 0.7% 0.84% -
XYZ 30.9 18.62 7.12 -
YUV 109.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 215 65 66 0 0.70 0.69 0.16 359.6 0.65 0.55
Hex D7 41 42 0 46 45 10 168 41 37
Octal 327 101 102 0 106 105 20 550 101 67
Binary 11010111 1000001 1000010 0 1000110 1000101 10000 101101000 1000001 110111

Color Harmonies of #D74142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74142

Black with #D74142

Text Example


Text Example

White with #D74142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74142; }

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

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

background-color css

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

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

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

border-color css

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

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

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