Html Css Color HEX #D0353A Mahogany

📋 copy color: '#D0353A'

red 208 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #D0353A

Tints of Mahogany #D0353A

RGB

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

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

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

R = 65.2%
G = 16.61%
B = 18.18%

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

#D0353A (or 0xD0353A) is known color: Mahogany. HEX triplet: D0, 35 and 3A. RGB value is (208,53,58). Sum of RGB (Red+Green+Blue) = 208+53+58=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0353A is #2FCAC5. Grayscale: #646464. Windows color (decimal): -3132102 or 3814864. OLE color: 3814864.

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

Color convert

RGB 208 53 58 -
CMYK 0 0.75 0.72 0.18
HSL 358.06º 0.62% 0.51% -
HSV(B) 358.06º 0.75% 0.82% -
XYZ 28.05 16.26 5.66 -
YUV 99.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 208 53 58 0 0.75 0.72 0.18 358.06 0.62 0.51
Hex D0 35 3A 0 4B 48 12 166 3E 33
Octal 320 65 72 0 113 110 22 546 76 63
Binary 11010000 110101 111010 0 1001011 1001000 10010 101100110 111110 110011

Color Harmonies of #D0353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0353A

Black with #D0353A

Text Example


Text Example

White with #D0353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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