Html Css Color HEX #D2313A Mahogany

📋 copy color: '#D2313A'

red 210 ◦ green 49 ◦ blue 58

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

Shades of Mahogany #D2313A

Tints of Mahogany #D2313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 66.25%
G = 15.46%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2313A (or 0xD2313A) is known color: Mahogany. HEX triplet: D2, 31 and 3A. RGB value is (210,49,58). Sum of RGB (Red+Green+Blue) = 210+49+58=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D2313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2313A is #2DCEC5. Grayscale: #626262. Windows color (decimal): -3002054 or 3813842. OLE color: 3813842.

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

Color convert

RGB 210 49 58 -
CMYK 0 0.77 0.72 0.18
HSL 356.65º 0.64% 0.51% -
HSV(B) 356.65º 0.77% 0.82% -
XYZ 28.44 16.2 5.63 -
YUV 98.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 210 49 58 0 0.77 0.72 0.18 356.65 0.64 0.51
Hex D2 31 3A 0 4D 48 12 165 40 33
Octal 322 61 72 0 115 110 22 545 100 63
Binary 11010010 110001 111010 0 1001101 1001000 10010 101100101 1000000 110011

Color Harmonies of #D2313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2313A

Black with #D2313A

Text Example


Text Example

White with #D2313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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