Html Css Color HEX #D43036 Mahogany

📋 copy color: '#D43036'

red 212 ◦ green 48 ◦ blue 54

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

Shades of Mahogany #D43036

Tints of Mahogany #D43036

RGB

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

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

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

R = 67.52%
G = 15.29%
B = 17.2%

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

#D43036 (or 0xD43036) is known color: Mahogany. HEX triplet: D4, 30 and 36. RGB value is (212,48,54). Sum of RGB (Red+Green+Blue) = 212+48+54=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D43036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43036 is #2BCFC9. Grayscale: #616161. Windows color (decimal): -2871242 or 3551444. OLE color: 3551444.

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

Color convert

RGB 212 48 54 -
CMYK 0 0.77 0.75 0.17
HSL 357.8º 0.66% 0.51% -
HSV(B) 357.8º 0.77% 0.83% -
XYZ 28.87 16.38 5.13 -
YUV 97.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 212 48 54 0 0.77 0.75 0.17 357.8 0.66 0.51
Hex D4 30 36 0 4D 4B 11 166 42 33
Octal 324 60 66 0 115 113 21 546 102 63
Binary 11010100 110000 110110 0 1001101 1001011 10001 101100110 1000010 110011

Color Harmonies of #D43036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43036

Black with #D43036

Text Example


Text Example

White with #D43036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43036; }

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

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

background-color css

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

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

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

border-color css

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

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

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