Html Css Color HEX #D0343F Mahogany

📋 copy color: '#D0343F'

red 208 ◦ green 52 ◦ blue 63

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

Shades of Mahogany #D0343F

Tints of Mahogany #D0343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.5%

R = 64.4%
G = 16.1%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0343F (or 0xD0343F) is known color: Mahogany. HEX triplet: D0, 34 and 3F. RGB value is (208,52,63). Sum of RGB (Red+Green+Blue) = 208+52+63=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0343F is #2FCBC0. Grayscale: #646464. Windows color (decimal): -3132353 or 4142288. OLE color: 4142288.

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

Color convert

RGB 208 52 63 -
CMYK 0 0.75 0.70 0.18
HSL 355.77º 0.62% 0.51% -
HSV(B) 355.77º 0.75% 0.82% -
XYZ 28.14 16.22 6.35 -
YUV 99.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 208 52 63 0 0.75 0.70 0.18 355.77 0.62 0.51
Hex D0 34 3F 0 4B 46 12 164 3E 33
Octal 320 64 77 0 113 106 22 544 76 63
Binary 11010000 110100 111111 0 1001011 1000110 10010 101100100 111110 110011

Color Harmonies of #D0343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0343F

Black with #D0343F

Text Example


Text Example

White with #D0343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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