Html Css Color HEX #D2292E Mahogany

📋 copy color: '#D2292E'

red 210 ◦ green 41 ◦ blue 46

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

Shades of Mahogany #D2292E

Tints of Mahogany #D2292E

RGB

 RED value IS 210 (82.42% from 255) = 70.71%

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

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

R = 70.71%
G = 13.8%
B = 15.49%

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

#D2292E (or 0xD2292E) is known color: Mahogany. HEX triplet: D2, 29 and 2E. RGB value is (210,41,46). Sum of RGB (Red+Green+Blue) = 210+41+46=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D2292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2292E is #2DD6D1. Grayscale: #5C5C5C. Windows color (decimal): -3004114 or 3025362. OLE color: 3025362.

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

Color convert

RGB 210 41 46 -
CMYK 0 0.80 0.78 0.18
HSL 358.22º 0.67% 0.49% -
HSV(B) 358.22º 0.8% 0.82% -
XYZ 27.86 15.48 4.11 -
YUV 92.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 210 41 46 0 0.80 0.78 0.18 358.22 0.67 0.49
Hex D2 29 2E 0 50 4E 12 166 43 31
Octal 322 51 56 0 120 116 22 546 103 61
Binary 11010010 101001 101110 0 1010000 1001110 10010 101100110 1000011 110001

Color Harmonies of #D2292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2292E

Black with #D2292E

Text Example


Text Example

White with #D2292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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