Html Css Color HEX #D2292D Mahogany

📋 copy color: '#D2292D'

red 210 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #D2292D

Tints of Mahogany #D2292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 70.95%
G = 13.85%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2292D (or 0xD2292D) is known color: Mahogany. HEX triplet: D2, 29 and 2D. RGB value is (210,41,45). Sum of RGB (Red+Green+Blue) = 210+41+45=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D2292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2292D is #2DD6D2. Grayscale: #5C5C5C. Windows color (decimal): -3004115 or 2959826. OLE color: 2959826.

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

Color convert

RGB 210 41 45 -
CMYK 0 0.80 0.79 0.18
HSL 358.58º 0.67% 0.49% -
HSV(B) 358.58º 0.8% 0.82% -
XYZ 27.84 15.48 4 -
YUV 91.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 210 41 45 0 0.80 0.79 0.18 358.58 0.67 0.49
Hex D2 29 2D 0 50 4F 12 167 43 31
Octal 322 51 55 0 120 117 22 547 103 61
Binary 11010010 101001 101101 0 1010000 1001111 10010 101100111 1000011 110001

Color Harmonies of #D2292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2292D

Black with #D2292D

Text Example


Text Example

White with #D2292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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