Html Css Color HEX #D74148 Mahogany

📋 copy color: '#D74148'

red 215 ◦ green 65 ◦ blue 72

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

Shades of Mahogany #D74148

Tints of Mahogany #D74148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.45%

R = 61.08%
G = 18.47%
B = 20.45%

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

#D74148 (or 0xD74148) is known color: Mahogany. HEX triplet: D7, 41 and 48. RGB value is (215,65,72). Sum of RGB (Red+Green+Blue) = 215+65+72=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D74148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74148 is #28BEB7. Grayscale: #6E6E6E. Windows color (decimal): -2670264 or 4735447. OLE color: 4735447.

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

Color convert

RGB 215 65 72 -
CMYK 0 0.70 0.67 0.16
HSL 357.2º 0.65% 0.55% -
HSV(B) 357.2º 0.7% 0.84% -
XYZ 31.08 18.7 8.1 -
YUV 110.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 215 65 72 0 0.70 0.67 0.16 357.2 0.65 0.55
Hex D7 41 48 0 46 43 10 165 41 37
Octal 327 101 110 0 106 103 20 545 101 67
Binary 11010111 1000001 1001000 0 1000110 1000011 10000 101100101 1000001 110111

Color Harmonies of #D74148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74148

Black with #D74148

Text Example


Text Example

White with #D74148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74148; }

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

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

background-color css

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

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

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

border-color css

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

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

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