Html Css Color HEX #D0292E Mahogany

📋 copy color: '#D0292E'

red 208 ◦ green 41 ◦ blue 46

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

Shades of Mahogany #D0292E

Tints of Mahogany #D0292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 70.51%
G = 13.9%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0292E (or 0xD0292E) is known color: Mahogany. HEX triplet: D0, 29 and 2E. RGB value is (208,41,46). Sum of RGB (Red+Green+Blue) = 208+41+46=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D0292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0292E is #2FD6D1. Grayscale: #5B5B5B. Windows color (decimal): -3135186 or 3025360. OLE color: 3025360.

HSL color Cylindrical-coordinate representation of color #D0292E: hue angle of 358.2º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0292E is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 41 46 -
CMYK 0 0.80 0.78 0.18
HSL 358.2º 0.67% 0.49% -
HSV(B) 358.2º 0.8% 0.82% -
XYZ 27.3 15.19 4.08 -
YUV 91.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 208 41 46 0 0.80 0.78 0.18 358.2 0.67 0.49
Hex D0 29 2E 0 50 4E 12 166 43 31
Octal 320 51 56 0 120 116 22 546 103 61
Binary 11010000 101001 101110 0 1010000 1001110 10010 101100110 1000011 110001

Color Harmonies of #D0292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0292E

Black with #D0292E

Text Example


Text Example

White with #D0292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0292E; }

 p { color: rgb(208,41,46); }

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

background-color css

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

 a { background-color: rgb(208,41,46); }

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

border-color css

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

 span { border-color: rgb(208,41,46); }

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