Html Css Color HEX #D63640 Mahogany

📋 copy color: '#D63640'

red 214 ◦ green 54 ◦ blue 64

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

Shades of Mahogany #D63640

Tints of Mahogany #D63640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 64.46%
G = 16.27%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D63640 (or 0xD63640) is known color: Mahogany. HEX triplet: D6, 36 and 40. RGB value is (214,54,64). Sum of RGB (Red+Green+Blue) = 214+54+64=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D63640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63640 is #29C9BF. Grayscale: #676767. Windows color (decimal): -2738624 or 4208342. OLE color: 4208342.

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

Color convert

RGB 214 54 64 -
CMYK 0 0.75 0.70 0.16
HSL 356.25º 0.66% 0.53% -
HSV(B) 356.25º 0.75% 0.84% -
XYZ 29.98 17.3 6.61 -
YUV 102.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 214 54 64 0 0.75 0.70 0.16 356.25 0.66 0.53
Hex D6 36 40 0 4B 46 10 164 42 35
Octal 326 66 100 0 113 106 20 544 102 65
Binary 11010110 110110 1000000 0 1001011 1000110 10000 101100100 1000010 110101

Color Harmonies of #D63640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63640

Black with #D63640

Text Example


Text Example

White with #D63640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63640; }

 p { color: rgb(214,54,64); }

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

background-color css

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

 a { background-color: rgb(214,54,64); }

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

border-color css

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

 span { border-color: rgb(214,54,64); }

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