Html Css Color HEX #D63440 Mahogany

📋 copy color: '#D63440'

red 214 ◦ green 52 ◦ blue 64

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

Shades of Mahogany #D63440

Tints of Mahogany #D63440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 64.85%
G = 15.76%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D63440 (or 0xD63440) is known color: Mahogany. HEX triplet: D6, 34 and 40. RGB value is (214,52,64). Sum of RGB (Red+Green+Blue) = 214+52+64=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D63440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63440 is #29CBBF. Grayscale: #656565. Windows color (decimal): -2739136 or 4207830. OLE color: 4207830.

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

Color convert

RGB 214 52 64 -
CMYK 0 0.76 0.70 0.16
HSL 355.56º 0.66% 0.52% -
HSV(B) 355.56º 0.76% 0.84% -
XYZ 29.88 17.12 6.58 -
YUV 101.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 214 52 64 0 0.76 0.70 0.16 355.56 0.66 0.52
Hex D6 34 40 0 4C 46 10 164 42 34
Octal 326 64 100 0 114 106 20 544 102 64
Binary 11010110 110100 1000000 0 1001100 1000110 10000 101100100 1000010 110100

Color Harmonies of #D63440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63440

Black with #D63440

Text Example


Text Example

White with #D63440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63440; }

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

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

background-color css

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

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

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

border-color css

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

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

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