Html Css Color HEX #D43031 Mahogany

📋 copy color: '#D43031'

red 212 ◦ green 48 ◦ blue 49

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

Shades of Mahogany #D43031

Tints of Mahogany #D43031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 68.61%
G = 15.53%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D43031 (or 0xD43031) is known color: Mahogany. HEX triplet: D4, 30 and 31. RGB value is (212,48,49). Sum of RGB (Red+Green+Blue) = 212+48+49=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D43031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43031 is #2BCFCE. Grayscale: #616161. Windows color (decimal): -2871247 or 3223764. OLE color: 3223764.

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

Color convert

RGB 212 48 49 -
CMYK 0 0.77 0.77 0.17
HSL 359.63º 0.66% 0.51% -
HSV(B) 359.63º 0.77% 0.83% -
XYZ 28.76 16.33 4.54 -
YUV 97.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 212 48 49 0 0.77 0.77 0.17 359.63 0.66 0.51
Hex D4 30 31 0 4D 4D 11 168 42 33
Octal 324 60 61 0 115 115 21 550 102 63
Binary 11010100 110000 110001 0 1001101 1001101 10001 101101000 1000010 110011

Color Harmonies of #D43031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43031

Black with #D43031

Text Example


Text Example

White with #D43031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43031; }

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

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

background-color css

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

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

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

border-color css

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

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

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