Html Css Color HEX #D34146 Mahogany

📋 copy color: '#D34146'

red 211 ◦ green 65 ◦ blue 70

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

Shades of Mahogany #D34146

Tints of Mahogany #D34146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 60.98%
G = 18.79%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D34146 (or 0xD34146) is known color: Mahogany. HEX triplet: D3, 41 and 46. RGB value is (211,65,70). Sum of RGB (Red+Green+Blue) = 211+65+70=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D34146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34146 is #2CBEB9. Grayscale: #6D6D6D. Windows color (decimal): -2932410 or 4604371. OLE color: 4604371.

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

Color convert

RGB 211 65 70 -
CMYK 0 0.69 0.67 0.17
HSL 357.95º 0.62% 0.54% -
HSV(B) 357.95º 0.69% 0.83% -
XYZ 29.86 18.07 7.71 -
YUV 109.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 211 65 70 0 0.69 0.67 0.17 357.95 0.62 0.54
Hex D3 41 46 0 45 43 11 166 3E 36
Octal 323 101 106 0 105 103 21 546 76 66
Binary 11010011 1000001 1000110 0 1000101 1000011 10001 101100110 111110 110110

Color Harmonies of #D34146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34146

Black with #D34146

Text Example


Text Example

White with #D34146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34146; }

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

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

background-color css

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

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

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

border-color css

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

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

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