Html Css Color HEX #D2313D Mahogany

📋 copy color: '#D2313D'

red 210 ◦ green 49 ◦ blue 61

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

Shades of Mahogany #D2313D

Tints of Mahogany #D2313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 65.63%
G = 15.31%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2313D (or 0xD2313D) is known color: Mahogany. HEX triplet: D2, 31 and 3D. RGB value is (210,49,61). Sum of RGB (Red+Green+Blue) = 210+49+61=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2313D is #2DCEC2. Grayscale: #626262. Windows color (decimal): -3002051 or 4010450. OLE color: 4010450.

HSL color Cylindrical-coordinate representation of color #D2313D: hue angle of 355.53º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2313D is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 61 -
CMYK 0 0.77 0.71 0.18
HSL 355.53º 0.64% 0.51% -
HSV(B) 355.53º 0.77% 0.82% -
XYZ 28.52 16.24 6.05 -
YUV 98.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 210 49 61 0 0.77 0.71 0.18 355.53 0.64 0.51
Hex D2 31 3D 0 4D 47 12 164 40 33
Octal 322 61 75 0 115 107 22 544 100 63
Binary 11010010 110001 111101 0 1001101 1000111 10010 101100100 1000000 110011

Color Harmonies of #D2313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2313D

Black with #D2313D

Text Example


Text Example

White with #D2313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2313D; }

 p { color: rgb(210,49,61); }

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

background-color css

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

 a { background-color: rgb(210,49,61); }

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

border-color css

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

 span { border-color: rgb(210,49,61); }

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