Html Css Color HEX #D43C3D Mahogany

📋 copy color: '#D43C3D'

red 212 ◦ green 60 ◦ blue 61

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

Shades of Mahogany #D43C3D

Tints of Mahogany #D43C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 63.66%
G = 18.02%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D43C3D (or 0xD43C3D) is known color: Mahogany. HEX triplet: D4, 3C and 3D. RGB value is (212,60,61). Sum of RGB (Red+Green+Blue) = 212+60+61=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C3D is #2BC3C2. Grayscale: #696969. Windows color (decimal): -2868163 or 4013268. OLE color: 4013268.

HSL color Cylindrical-coordinate representation of color #D43C3D: hue angle of 359.61º 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 #D43C3D is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 60 61 -
CMYK 0 0.72 0.71 0.17
HSL 359.61º 0.64% 0.53% -
HSV(B) 359.61º 0.72% 0.83% -
XYZ 29.61 17.57 6.24 -
YUV 105.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 212 60 61 0 0.72 0.71 0.17 359.61 0.64 0.53
Hex D4 3C 3D 0 48 47 11 168 40 35
Octal 324 74 75 0 110 107 21 550 100 65
Binary 11010100 111100 111101 0 1001000 1000111 10001 101101000 1000000 110101

Color Harmonies of #D43C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C3D

Black with #D43C3D

Text Example


Text Example

White with #D43C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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