Html Css Color HEX #D2313B Mahogany

📋 copy color: '#D2313B'

red 210 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #D2313B

Tints of Mahogany #D2313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 66.04%
G = 15.41%
B = 18.55%

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

#D2313B (or 0xD2313B) is known color: Mahogany. HEX triplet: D2, 31 and 3B. RGB value is (210,49,59). Sum of RGB (Red+Green+Blue) = 210+49+59=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2313B is #2DCEC4. Grayscale: #626262. Windows color (decimal): -3002053 or 3879378. OLE color: 3879378.

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

Color convert

RGB 210 49 59 -
CMYK 0 0.77 0.72 0.18
HSL 356.27º 0.64% 0.51% -
HSV(B) 356.27º 0.77% 0.82% -
XYZ 28.47 16.21 5.77 -
YUV 98.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 210 49 59 0 0.77 0.72 0.18 356.27 0.64 0.51
Hex D2 31 3B 0 4D 48 12 164 40 33
Octal 322 61 73 0 115 110 22 544 100 63
Binary 11010010 110001 111011 0 1001101 1001000 10010 101100100 1000000 110011

Color Harmonies of #D2313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2313B

Black with #D2313B

Text Example


Text Example

White with #D2313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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