Html Css Color HEX #D2292F Mahogany

📋 copy color: '#D2292F'

red 210 ◦ green 41 ◦ blue 47

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

Shades of Mahogany #D2292F

Tints of Mahogany #D2292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 70.47%
G = 13.76%
B = 15.77%

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

#D2292F (or 0xD2292F) is known color: Mahogany. HEX triplet: D2, 29 and 2F. RGB value is (210,41,47). Sum of RGB (Red+Green+Blue) = 210+41+47=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D2292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2292F is #2DD6D0. Grayscale: #5C5C5C. Windows color (decimal): -3004113 or 3090898. OLE color: 3090898.

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

Color convert

RGB 210 41 47 -
CMYK 0 0.80 0.78 0.18
HSL 357.87º 0.67% 0.49% -
HSV(B) 357.87º 0.8% 0.82% -
XYZ 27.88 15.49 4.21 -
YUV 92.22 102.49 212.01 -
System Red Green Blue C M Y K H S L
Decimal 210 41 47 0 0.80 0.78 0.18 357.87 0.67 0.49
Hex D2 29 2F 0 50 4E 12 166 43 31
Octal 322 51 57 0 120 116 22 546 103 61
Binary 11010010 101001 101111 0 1010000 1001110 10010 101100110 1000011 110001

Color Harmonies of #D2292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2292F

Black with #D2292F

Text Example


Text Example

White with #D2292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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