Html Css Color HEX #D43034 Mahogany

📋 copy color: '#D43034'

red 212 ◦ green 48 ◦ blue 52

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

Shades of Mahogany #D43034

Tints of Mahogany #D43034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 67.95%
G = 15.38%
B = 16.67%

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

#D43034 (or 0xD43034) is known color: Mahogany. HEX triplet: D4, 30 and 34. RGB value is (212,48,52). Sum of RGB (Red+Green+Blue) = 212+48+52=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D43034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43034 is #2BCFCB. Grayscale: #616161. Windows color (decimal): -2871244 or 3420372. OLE color: 3420372.

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

Color convert

RGB 212 48 52 -
CMYK 0 0.77 0.75 0.17
HSL 358.54º 0.66% 0.51% -
HSV(B) 358.54º 0.77% 0.83% -
XYZ 28.83 16.36 4.89 -
YUV 97.49 102.33 209.67 -
System Red Green Blue C M Y K H S L
Decimal 212 48 52 0 0.77 0.75 0.17 358.54 0.66 0.51
Hex D4 30 34 0 4D 4B 11 167 42 33
Octal 324 60 64 0 115 113 21 547 102 63
Binary 11010100 110000 110100 0 1001101 1001011 10001 101100111 1000010 110011

Color Harmonies of #D43034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43034

Black with #D43034

Text Example


Text Example

White with #D43034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43034; }

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

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

background-color css

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

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

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

border-color css

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

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

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