Html Css Color HEX #D0353C Mahogany

📋 copy color: '#D0353C'

red 208 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #D0353C

Tints of Mahogany #D0353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 64.8%
G = 16.51%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0353C (or 0xD0353C) is known color: Mahogany. HEX triplet: D0, 35 and 3C. RGB value is (208,53,60). Sum of RGB (Red+Green+Blue) = 208+53+60=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0353C is #2FCAC3. Grayscale: #646464. Windows color (decimal): -3132100 or 3945936. OLE color: 3945936.

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

Color convert

RGB 208 53 60 -
CMYK 0 0.75 0.71 0.18
HSL 357.29º 0.62% 0.51% -
HSV(B) 357.29º 0.75% 0.82% -
XYZ 28.1 16.28 5.94 -
YUV 100.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 208 53 60 0 0.75 0.71 0.18 357.29 0.62 0.51
Hex D0 35 3C 0 4B 47 12 165 3E 33
Octal 320 65 74 0 113 107 22 545 76 63
Binary 11010000 110101 111100 0 1001011 1000111 10010 101100101 111110 110011

Color Harmonies of #D0353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0353C

Black with #D0353C

Text Example


Text Example

White with #D0353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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