Html Css Color HEX #D43640 Mahogany

📋 copy color: '#D43640'

red 212 ◦ green 54 ◦ blue 64

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

Shades of Mahogany #D43640

Tints of Mahogany #D43640

RGB

 RED value IS 212 (83.2% from 255) = 64.24%

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

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

R = 64.24%
G = 16.36%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D43640 (or 0xD43640) is known color: Mahogany. HEX triplet: D4, 36 and 40. RGB value is (212,54,64). Sum of RGB (Red+Green+Blue) = 212+54+64=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D43640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43640 is #2BC9BF. Grayscale: #666666. Windows color (decimal): -2869696 or 4208340. OLE color: 4208340.

HSL color Cylindrical-coordinate representation of color #D43640: hue angle of 356.2º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43640 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 54 64 -
CMYK 0 0.75 0.70 0.17
HSL 356.2º 0.65% 0.52% -
HSV(B) 356.2º 0.75% 0.83% -
XYZ 29.4 17.01 6.58 -
YUV 102.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 212 54 64 0 0.75 0.70 0.17 356.2 0.65 0.52
Hex D4 36 40 0 4B 46 11 164 41 34
Octal 324 66 100 0 113 106 21 544 101 64
Binary 11010100 110110 1000000 0 1001011 1000110 10001 101100100 1000001 110100

Color Harmonies of #D43640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43640

Black with #D43640

Text Example


Text Example

White with #D43640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43640; }

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

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

background-color css

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

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

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

border-color css

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

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

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