Html Css Color HEX #D63841 Mahogany

📋 copy color: '#D63841'

red 214 ◦ green 56 ◦ blue 65

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

Shades of Mahogany #D63841

Tints of Mahogany #D63841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.72%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 63.88%
G = 16.72%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D63841 (or 0xD63841) is known color: Mahogany. HEX triplet: D6, 38 and 41. RGB value is (214,56,65). Sum of RGB (Red+Green+Blue) = 214+56+65=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63841 is #29C7BE. Grayscale: #686868. Windows color (decimal): -2738111 or 4274390. OLE color: 4274390.

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

Color convert

RGB 214 56 65 -
CMYK 0 0.74 0.70 0.16
HSL 356.58º 0.66% 0.53% -
HSV(B) 356.58º 0.74% 0.84% -
XYZ 30.1 17.51 6.79 -
YUV 104.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 214 56 65 0 0.74 0.70 0.16 356.58 0.66 0.53
Hex D6 38 41 0 4A 46 10 165 42 35
Octal 326 70 101 0 112 106 20 545 102 65
Binary 11010110 111000 1000001 0 1001010 1000110 10000 101100101 1000010 110101

Color Harmonies of #D63841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63841

Black with #D63841

Text Example


Text Example

White with #D63841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63841; }

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

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

background-color css

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

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

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

border-color css

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

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

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