Html Css Color HEX #D2313C Mahogany

📋 copy color: '#D2313C'

red 210 ◦ green 49 ◦ blue 60

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

Shades of Mahogany #D2313C

Tints of Mahogany #D2313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 65.83%
G = 15.36%
B = 18.81%

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

#D2313C (or 0xD2313C) is known color: Mahogany. HEX triplet: D2, 31 and 3C. RGB value is (210,49,60). Sum of RGB (Red+Green+Blue) = 210+49+60=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2313C is #2DCEC3. Grayscale: #626262. Windows color (decimal): -3002052 or 3944914. OLE color: 3944914.

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

Color convert

RGB 210 49 60 -
CMYK 0 0.77 0.71 0.18
HSL 355.9º 0.64% 0.51% -
HSV(B) 355.9º 0.77% 0.82% -
XYZ 28.49 16.22 5.9 -
YUV 98.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 210 49 60 0 0.77 0.71 0.18 355.9 0.64 0.51
Hex D2 31 3C 0 4D 47 12 164 40 33
Octal 322 61 74 0 115 107 22 544 100 63
Binary 11010010 110001 111100 0 1001101 1000111 10010 101100100 1000000 110011

Color Harmonies of #D2313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2313C

Black with #D2313C

Text Example


Text Example

White with #D2313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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