Html Css Color HEX #D0373D Mahogany

📋 copy color: '#D0373D'

red 208 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #D0373D

Tints of Mahogany #D0373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 64.2%
G = 16.98%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0373D (or 0xD0373D) is known color: Mahogany. HEX triplet: D0, 37 and 3D. RGB value is (208,55,61). Sum of RGB (Red+Green+Blue) = 208+55+61=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0373D is #2FC8C2. Grayscale: #656565. Windows color (decimal): -3131587 or 4011984. OLE color: 4011984.

HSL color Cylindrical-coordinate representation of color #D0373D: hue angle of 357.65º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0373D is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 55 61 -
CMYK 0 0.74 0.71 0.18
HSL 357.65º 0.62% 0.52% -
HSV(B) 357.65º 0.74% 0.82% -
XYZ 28.22 16.48 6.11 -
YUV 101.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 208 55 61 0 0.74 0.71 0.18 357.65 0.62 0.52
Hex D0 37 3D 0 4A 47 12 166 3E 34
Octal 320 67 75 0 112 107 22 546 76 64
Binary 11010000 110111 111101 0 1001010 1000111 10010 101100110 111110 110100

Color Harmonies of #D0373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0373D

Black with #D0373D

Text Example


Text Example

White with #D0373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0373D; }

 p { color: rgb(208,55,61); }

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

background-color css

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

 a { background-color: rgb(208,55,61); }

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

border-color css

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

 span { border-color: rgb(208,55,61); }

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