Html Css Color HEX #D0373F Mahogany

📋 copy color: '#D0373F'

red 208 ◦ green 55 ◦ blue 63

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

Shades of Mahogany #D0373F

Tints of Mahogany #D0373F

RGB

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

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

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

R = 63.8%
G = 16.87%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0373F (or 0xD0373F) is known color: Mahogany. HEX triplet: D0, 37 and 3F. RGB value is (208,55,63). Sum of RGB (Red+Green+Blue) = 208+55+63=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D0373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0373F is #2FC8C0. Grayscale: #656565. Windows color (decimal): -3131585 or 4143056. OLE color: 4143056.

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

Color convert

RGB 208 55 63 -
CMYK 0 0.74 0.70 0.18
HSL 356.86º 0.62% 0.52% -
HSV(B) 356.86º 0.74% 0.82% -
XYZ 28.28 16.5 6.4 -
YUV 101.66 106.19 203.85 -
System Red Green Blue C M Y K H S L
Decimal 208 55 63 0 0.74 0.70 0.18 356.86 0.62 0.52
Hex D0 37 3F 0 4A 46 12 165 3E 34
Octal 320 67 77 0 112 106 22 545 76 64
Binary 11010000 110111 111111 0 1001010 1000110 10010 101100101 111110 110100

Color Harmonies of #D0373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0373F

Black with #D0373F

Text Example


Text Example

White with #D0373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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