Html Css Color HEX #D34144 Mahogany

📋 copy color: '#D34144'

red 211 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #D34144

Tints of Mahogany #D34144

RGB

 RED value IS 211 (82.81% from 255) = 61.34%

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 61.34%
G = 18.9%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D34144 (or 0xD34144) is known color: Mahogany. HEX triplet: D3, 41 and 44. RGB value is (211,65,68). Sum of RGB (Red+Green+Blue) = 211+65+68=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D34144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34144 is #2CBEBB. Grayscale: #6D6D6D. Windows color (decimal): -2932412 or 4473299. OLE color: 4473299.

HSL color Cylindrical-coordinate representation of color #D34144: hue angle of 358.77º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34144 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 65 68 -
CMYK 0 0.69 0.68 0.17
HSL 358.77º 0.62% 0.54% -
HSV(B) 358.77º 0.69% 0.83% -
XYZ 29.8 18.05 7.38 -
YUV 109 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 211 65 68 0 0.69 0.68 0.17 358.77 0.62 0.54
Hex D3 41 44 0 45 44 11 167 3E 36
Octal 323 101 104 0 105 104 21 547 76 66
Binary 11010011 1000001 1000100 0 1000101 1000100 10001 101100111 111110 110110

Color Harmonies of #D34144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34144

Black with #D34144

Text Example


Text Example

White with #D34144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34144; }

 p { color: rgb(211,65,68); }

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

background-color css

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

 a { background-color: rgb(211,65,68); }

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

border-color css

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

 span { border-color: rgb(211,65,68); }

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