Html Css Color HEX #D0373A Mahogany

📋 copy color: '#D0373A'

red 208 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #D0373A

Tints of Mahogany #D0373A

RGB

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

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

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

R = 64.8%
G = 17.13%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0373A (or 0xD0373A) is known color: Mahogany. HEX triplet: D0, 37 and 3A. RGB value is (208,55,58). Sum of RGB (Red+Green+Blue) = 208+55+58=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0373A is #2FC8C5. Grayscale: #656565. Windows color (decimal): -3131590 or 3815376. OLE color: 3815376.

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

Color convert

RGB 208 55 58 -
CMYK 0 0.74 0.72 0.18
HSL 358.82º 0.62% 0.52% -
HSV(B) 358.82º 0.74% 0.82% -
XYZ 28.14 16.45 5.69 -
YUV 101.09 103.69 204.26 -
System Red Green Blue C M Y K H S L
Decimal 208 55 58 0 0.74 0.72 0.18 358.82 0.62 0.52
Hex D0 37 3A 0 4A 48 12 167 3E 34
Octal 320 67 72 0 112 110 22 547 76 64
Binary 11010000 110111 111010 0 1001010 1001000 10010 101100111 111110 110100

Color Harmonies of #D0373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0373A

Black with #D0373A

Text Example


Text Example

White with #D0373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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