Html Css Color HEX #D43F41 Mahogany

📋 copy color: '#D43F41'

red 212 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #D43F41

Tints of Mahogany #D43F41

RGB

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

 GREEN value IS 63 (25% from 255) = 18.53%

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 62.35%
G = 18.53%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D43F41 (or 0xD43F41) is known color: Mahogany. HEX triplet: D4, 3F and 41. RGB value is (212,63,65). Sum of RGB (Red+Green+Blue) = 212+63+65=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43F41 is #2BC0BE. Grayscale: #6B6B6B. Windows color (decimal): -2867391 or 4276180. OLE color: 4276180.

HSL color Cylindrical-coordinate representation of color #D43F41: hue angle of 359.19º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43F41 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 63 65 -
CMYK 0 0.70 0.69 0.17
HSL 359.19º 0.63% 0.54% -
HSV(B) 359.19º 0.7% 0.83% -
XYZ 29.88 17.93 6.89 -
YUV 107.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 212 63 65 0 0.70 0.69 0.17 359.19 0.63 0.54
Hex D4 3F 41 0 46 45 11 167 3F 36
Octal 324 77 101 0 106 105 21 547 77 66
Binary 11010100 111111 1000001 0 1000110 1000101 10001 101100111 111111 110110

Color Harmonies of #D43F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43F41

Black with #D43F41

Text Example


Text Example

White with #D43F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43F41; }

 p { color: rgb(212,63,65); }

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

background-color css

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

 a { background-color: rgb(212,63,65); }

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

border-color css

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

 span { border-color: rgb(212,63,65); }

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