Html Css Color HEX #D0343B Mahogany

📋 copy color: '#D0343B'

red 208 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #D0343B

Tints of Mahogany #D0343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 65.2%
G = 16.3%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0343B (or 0xD0343B) is known color: Mahogany. HEX triplet: D0, 34 and 3B. RGB value is (208,52,59). Sum of RGB (Red+Green+Blue) = 208+52+59=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0343B is #2FCBC4. Grayscale: #636363. Windows color (decimal): -3132357 or 3880144. OLE color: 3880144.

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

Color convert

RGB 208 52 59 -
CMYK 0 0.75 0.72 0.18
HSL 357.31º 0.62% 0.51% -
HSV(B) 357.31º 0.75% 0.82% -
XYZ 28.03 16.18 5.78 -
YUV 99.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 208 52 59 0 0.75 0.72 0.18 357.31 0.62 0.51
Hex D0 34 3B 0 4B 48 12 165 3E 33
Octal 320 64 73 0 113 110 22 545 76 63
Binary 11010000 110100 111011 0 1001011 1001000 10010 101100101 111110 110011

Color Harmonies of #D0343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0343B

Black with #D0343B

Text Example


Text Example

White with #D0343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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