Html Css Color HEX #D63F48 Mahogany

📋 copy color: '#D63F48'

red 214 ◦ green 63 ◦ blue 72

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

Shades of Mahogany #D63F48

Tints of Mahogany #D63F48

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

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

R = 61.32%
G = 18.05%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63F48 (or 0xD63F48) is known color: Mahogany. HEX triplet: D6, 3F and 48. RGB value is (214,63,72). Sum of RGB (Red+Green+Blue) = 214+63+72=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F48 is #29C0B7. Grayscale: #6D6D6D. Windows color (decimal): -2736312 or 4734934. OLE color: 4734934.

HSL color Cylindrical-coordinate representation of color #D63F48: hue angle of 356.42º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F48 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 63 72 -
CMYK 0 0.71 0.66 0.16
HSL 356.42º 0.65% 0.54% -
HSV(B) 356.42º 0.71% 0.84% -
XYZ 30.68 18.32 8.05 -
YUV 109.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 214 63 72 0 0.71 0.66 0.16 356.42 0.65 0.54
Hex D6 3F 48 0 47 42 10 164 41 36
Octal 326 77 110 0 107 102 20 544 101 66
Binary 11010110 111111 1001000 0 1000111 1000010 10000 101100100 1000001 110110

Color Harmonies of #D63F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F48

Black with #D63F48

Text Example


Text Example

White with #D63F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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