Html Css Color HEX #D43C40 Mahogany

📋 copy color: '#D43C40'

red 212 ◦ green 60 ◦ blue 64

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

Shades of Mahogany #D43C40

Tints of Mahogany #D43C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 63.1%
G = 17.86%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D43C40 (or 0xD43C40) is known color: Mahogany. HEX triplet: D4, 3C and 40. RGB value is (212,60,64). Sum of RGB (Red+Green+Blue) = 212+60+64=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C40 is #2BC3BF. Grayscale: #6A6A6A. Windows color (decimal): -2868160 or 4209876. OLE color: 4209876.

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

Color convert

RGB 212 60 64 -
CMYK 0 0.72 0.70 0.17
HSL 358.42º 0.64% 0.53% -
HSV(B) 358.42º 0.72% 0.83% -
XYZ 29.69 17.6 6.68 -
YUV 105.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 212 60 64 0 0.72 0.70 0.17 358.42 0.64 0.53
Hex D4 3C 40 0 48 46 11 166 40 35
Octal 324 74 100 0 110 106 21 546 100 65
Binary 11010100 111100 1000000 0 1001000 1000110 10001 101100110 1000000 110101

Color Harmonies of #D43C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C40

Black with #D43C40

Text Example


Text Example

White with #D43C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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