Html Css Color HEX #D64148 Mahogany

📋 copy color: '#D64148'

red 214 ◦ green 65 ◦ blue 72

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

Shades of Mahogany #D64148

Tints of Mahogany #D64148

RGB

 RED value IS 214 (83.98% from 255) = 60.97%

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

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

R = 60.97%
G = 18.52%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D64148 (or 0xD64148) is known color: Mahogany. HEX triplet: D6, 41 and 48. RGB value is (214,65,72). Sum of RGB (Red+Green+Blue) = 214+65+72=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D64148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64148 is #29BEB7. Grayscale: #6E6E6E. Windows color (decimal): -2735800 or 4735446. OLE color: 4735446.

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

Color convert

RGB 214 65 72 -
CMYK 0 0.70 0.66 0.16
HSL 357.18º 0.65% 0.55% -
HSV(B) 357.18º 0.7% 0.84% -
XYZ 30.79 18.54 8.09 -
YUV 110.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 214 65 72 0 0.70 0.66 0.16 357.18 0.65 0.55
Hex D6 41 48 0 46 42 10 165 41 37
Octal 326 101 110 0 106 102 20 545 101 67
Binary 11010110 1000001 1001000 0 1000110 1000010 10000 101100101 1000001 110111

Color Harmonies of #D64148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64148

Black with #D64148

Text Example


Text Example

White with #D64148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64148; }

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

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

background-color css

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

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

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

border-color css

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

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

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