Html Css Color HEX #D0292A Mahogany

📋 copy color: '#D0292A'

red 208 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #D0292A

Tints of Mahogany #D0292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.43%

R = 71.48%
G = 14.09%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0292A (or 0xD0292A) is known color: Mahogany. HEX triplet: D0, 29 and 2A. RGB value is (208,41,42). Sum of RGB (Red+Green+Blue) = 208+41+42=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0292A is #2FD6D5. Grayscale: #5B5B5B. Windows color (decimal): -3135190 or 2763216. OLE color: 2763216.

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

Color convert

RGB 208 41 42 -
CMYK 0 0.80 0.80 0.18
HSL 359.64º 0.67% 0.49% -
HSV(B) 359.64º 0.8% 0.82% -
XYZ 27.22 15.16 3.68 -
YUV 91.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 208 41 42 0 0.80 0.80 0.18 359.64 0.67 0.49
Hex D0 29 2A 0 50 50 12 168 43 31
Octal 320 51 52 0 120 120 22 550 103 61
Binary 11010000 101001 101010 0 1010000 1010000 10010 101101000 1000011 110001

Color Harmonies of #D0292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0292A

Black with #D0292A

Text Example


Text Example

White with #D0292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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