Html Css Color HEX #D3313A Mahogany

📋 copy color: '#D3313A'

red 211 ◦ green 49 ◦ blue 58

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

Shades of Mahogany #D3313A

Tints of Mahogany #D3313A

RGB

 RED value IS 211 (82.81% from 255) = 66.35%

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

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

R = 66.35%
G = 15.41%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3313A (or 0xD3313A) is known color: Mahogany. HEX triplet: D3, 31 and 3A. RGB value is (211,49,58). Sum of RGB (Red+Green+Blue) = 211+49+58=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D3313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3313A is #2CCEC5. Grayscale: #626262. Windows color (decimal): -2936518 or 3813843. OLE color: 3813843.

HSL color Cylindrical-coordinate representation of color #D3313A: hue angle of 356.67º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3313A is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 58 -
CMYK 0 0.77 0.73 0.17
HSL 356.67º 0.65% 0.51% -
HSV(B) 356.67º 0.77% 0.83% -
XYZ 28.73 16.35 5.65 -
YUV 98.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 211 49 58 0 0.77 0.73 0.17 356.67 0.65 0.51
Hex D3 31 3A 0 4D 49 11 165 41 33
Octal 323 61 72 0 115 111 21 545 101 63
Binary 11010011 110001 111010 0 1001101 1001001 10001 101100101 1000001 110011

Color Harmonies of #D3313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3313A

Black with #D3313A

Text Example


Text Example

White with #D3313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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