Html Css Color HEX #D43133 Mahogany

📋 copy color: '#D43133'

red 212 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #D43133

Tints of Mahogany #D43133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 67.95%
G = 15.71%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D43133 (or 0xD43133) is known color: Mahogany. HEX triplet: D4, 31 and 33. RGB value is (212,49,51). Sum of RGB (Red+Green+Blue) = 212+49+51=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D43133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43133 is #2BCECC. Grayscale: #626262. Windows color (decimal): -2870989 or 3355092. OLE color: 3355092.

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

Color convert

RGB 212 49 51 -
CMYK 0 0.77 0.76 0.17
HSL 359.26º 0.65% 0.51% -
HSV(B) 359.26º 0.77% 0.83% -
XYZ 28.85 16.43 4.78 -
YUV 97.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 212 49 51 0 0.77 0.76 0.17 359.26 0.65 0.51
Hex D4 31 33 0 4D 4C 11 167 41 33
Octal 324 61 63 0 115 114 21 547 101 63
Binary 11010100 110001 110011 0 1001101 1001100 10001 101100111 1000001 110011

Color Harmonies of #D43133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43133

Black with #D43133

Text Example


Text Example

White with #D43133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43133; }

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

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

background-color css

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

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

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

border-color css

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

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

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