Html Css Color HEX #D43136 Mahogany

📋 copy color: '#D43136'

red 212 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #D43136

Tints of Mahogany #D43136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.56%

 BLUE value IS 54 (21.48% from 255) = 17.14%

R = 67.3%
G = 15.56%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D43136 (or 0xD43136) is known color: Mahogany. HEX triplet: D4, 31 and 36. RGB value is (212,49,54). Sum of RGB (Red+Green+Blue) = 212+49+54=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D43136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43136 is #2BCEC9. Grayscale: #626262. Windows color (decimal): -2870986 or 3551700. OLE color: 3551700.

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

Color convert

RGB 212 49 54 -
CMYK 0 0.77 0.75 0.17
HSL 358.16º 0.65% 0.51% -
HSV(B) 358.16º 0.77% 0.83% -
XYZ 28.92 16.46 5.14 -
YUV 98.31 103 209.09 -
System Red Green Blue C M Y K H S L
Decimal 212 49 54 0 0.77 0.75 0.17 358.16 0.65 0.51
Hex D4 31 36 0 4D 4B 11 166 41 33
Octal 324 61 66 0 115 113 21 546 101 63
Binary 11010100 110001 110110 0 1001101 1001011 10001 101100110 1000001 110011

Color Harmonies of #D43136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43136

Black with #D43136

Text Example


Text Example

White with #D43136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43136; }

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

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

background-color css

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

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

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

border-color css

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

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

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