Html Css Color HEX #D0343D Mahogany

📋 copy color: '#D0343D'

red 208 ◦ green 52 ◦ blue 61

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

Shades of Mahogany #D0343D

Tints of Mahogany #D0343D

RGB

 RED value IS 208 (81.64% from 255) = 64.8%

 GREEN value IS 52 (20.7% from 255) = 16.2%

 BLUE value IS 61 (24.22% from 255) = 19%

R = 64.8%
G = 16.2%
B = 19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0343D (or 0xD0343D) is known color: Mahogany. HEX triplet: D0, 34 and 3D. RGB value is (208,52,61). Sum of RGB (Red+Green+Blue) = 208+52+61=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0343D is #2FCBC2. Grayscale: #636363. Windows color (decimal): -3132355 or 4011216. OLE color: 4011216.

HSL color Cylindrical-coordinate representation of color #D0343D: hue angle of 356.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0343D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 61 -
CMYK 0 0.75 0.71 0.18
HSL 356.54º 0.62% 0.51% -
HSV(B) 356.54º 0.75% 0.82% -
XYZ 28.08 16.2 6.06 -
YUV 99.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 208 52 61 0 0.75 0.71 0.18 356.54 0.62 0.51
Hex D0 34 3D 0 4B 47 12 165 3E 33
Octal 320 64 75 0 113 107 22 545 76 63
Binary 11010000 110100 111101 0 1001011 1000111 10010 101100101 111110 110011

Color Harmonies of #D0343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0343D

Black with #D0343D

Text Example


Text Example

White with #D0343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0343D; }

 p { color: rgb(208,52,61); }

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

background-color css

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

 a { background-color: rgb(208,52,61); }

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

border-color css

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

 span { border-color: rgb(208,52,61); }

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