Html Css Color HEX #D0353F Mahogany

📋 copy color: '#D0353F'

red 208 ◦ green 53 ◦ blue 63

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

Shades of Mahogany #D0353F

Tints of Mahogany #D0353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

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

R = 64.2%
G = 16.36%
B = 19.44%

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

#D0353F (or 0xD0353F) is known color: Mahogany. HEX triplet: D0, 35 and 3F. RGB value is (208,53,63). Sum of RGB (Red+Green+Blue) = 208+53+63=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0353F is #2FCAC0. Grayscale: #646464. Windows color (decimal): -3132097 or 4142544. OLE color: 4142544.

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

Color convert

RGB 208 53 63 -
CMYK 0 0.75 0.70 0.18
HSL 356.13º 0.62% 0.51% -
HSV(B) 356.13º 0.75% 0.82% -
XYZ 28.18 16.31 6.37 -
YUV 100.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 208 53 63 0 0.75 0.70 0.18 356.13 0.62 0.51
Hex D0 35 3F 0 4B 46 12 164 3E 33
Octal 320 65 77 0 113 106 22 544 76 63
Binary 11010000 110101 111111 0 1001011 1000110 10010 101100100 111110 110011

Color Harmonies of #D0353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0353F

Black with #D0353F

Text Example


Text Example

White with #D0353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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