Html Css Color HEX #D74345 Mahogany

📋 copy color: '#D74345'

red 215 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #D74345

Tints of Mahogany #D74345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.66%

R = 61.25%
G = 19.09%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D74345 (or 0xD74345) is known color: Mahogany. HEX triplet: D7, 43 and 45. RGB value is (215,67,69). Sum of RGB (Red+Green+Blue) = 215+67+69=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D74345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74345 is #28BCBA. Grayscale: #6F6F6F. Windows color (decimal): -2669755 or 4539351. OLE color: 4539351.

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

Color convert

RGB 215 67 69 -
CMYK 0 0.69 0.68 0.16
HSL 359.19º 0.65% 0.55% -
HSV(B) 359.19º 0.69% 0.84% -
XYZ 31.11 18.89 7.64 -
YUV 111.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 215 67 69 0 0.69 0.68 0.16 359.19 0.65 0.55
Hex D7 43 45 0 45 44 10 167 41 37
Octal 327 103 105 0 105 104 20 547 101 67
Binary 11010111 1000011 1000101 0 1000101 1000100 10000 101100111 1000001 110111

Color Harmonies of #D74345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74345

Black with #D74345

Text Example


Text Example

White with #D74345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74345; }

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

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

background-color css

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

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

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

border-color css

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

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

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