Html Css Color HEX #D0343A Mahogany

📋 copy color: '#D0343A'

red 208 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #D0343A

Tints of Mahogany #D0343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 65.41%
G = 16.35%
B = 18.24%

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

#D0343A (or 0xD0343A) is known color: Mahogany. HEX triplet: D0, 34 and 3A. RGB value is (208,52,58). Sum of RGB (Red+Green+Blue) = 208+52+58=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0343A is #2FCBC5. Grayscale: #636363. Windows color (decimal): -3132358 or 3814608. OLE color: 3814608.

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

Color convert

RGB 208 52 58 -
CMYK 0 0.75 0.72 0.18
HSL 357.69º 0.62% 0.51% -
HSV(B) 357.69º 0.75% 0.82% -
XYZ 28 16.17 5.65 -
YUV 99.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 208 52 58 0 0.75 0.72 0.18 357.69 0.62 0.51
Hex D0 34 3A 0 4B 48 12 166 3E 33
Octal 320 64 72 0 113 110 22 546 76 63
Binary 11010000 110100 111010 0 1001011 1001000 10010 101100110 111110 110011

Color Harmonies of #D0343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0343A

Black with #D0343A

Text Example


Text Example

White with #D0343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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