Html Css Color HEX #D0323A Mahogany

📋 copy color: '#D0323A'

red 208 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #D0323A

Tints of Mahogany #D0323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

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

R = 65.82%
G = 15.82%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0323A (or 0xD0323A) is known color: Mahogany. HEX triplet: D0, 32 and 3A. RGB value is (208,50,58). Sum of RGB (Red+Green+Blue) = 208+50+58=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D0323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0323A is #2FCDC5. Grayscale: #626262. Windows color (decimal): -3132870 or 3814096. OLE color: 3814096.

HSL color Cylindrical-coordinate representation of color #D0323A: hue angle of 356.96º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0323A is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 58 -
CMYK 0 0.76 0.72 0.18
HSL 356.96º 0.63% 0.51% -
HSV(B) 356.96º 0.76% 0.82% -
XYZ 27.92 16 5.62 -
YUV 98.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 208 50 58 0 0.76 0.72 0.18 356.96 0.63 0.51
Hex D0 32 3A 0 4C 48 12 165 3F 33
Octal 320 62 72 0 114 110 22 545 77 63
Binary 11010000 110010 111010 0 1001100 1001000 10010 101100101 111111 110011

Color Harmonies of #D0323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0323A

Black with #D0323A

Text Example


Text Example

White with #D0323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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