Html Css Color HEX #D5313A Mahogany

📋 copy color: '#D5313A'

red 213 ◦ green 49 ◦ blue 58

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

Shades of Mahogany #D5313A

Tints of Mahogany #D5313A

RGB

 RED value IS 213 (83.59% from 255) = 66.56%

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

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

R = 66.56%
G = 15.31%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5313A (or 0xD5313A) is known color: Mahogany. HEX triplet: D5, 31 and 3A. RGB value is (213,49,58). Sum of RGB (Red+Green+Blue) = 213+49+58=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D5313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5313A is #2ACEC5. Grayscale: #636363. Windows color (decimal): -2805446 or 3813845. OLE color: 3813845.

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

Color convert

RGB 213 49 58 -
CMYK 0 0.77 0.73 0.16
HSL 356.71º 0.66% 0.51% -
HSV(B) 356.71º 0.77% 0.84% -
XYZ 29.3 16.65 5.67 -
YUV 99.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 213 49 58 0 0.77 0.73 0.16 356.71 0.66 0.51
Hex D5 31 3A 0 4D 49 10 165 42 33
Octal 325 61 72 0 115 111 20 545 102 63
Binary 11010101 110001 111010 0 1001101 1001001 10000 101100101 1000010 110011

Color Harmonies of #D5313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5313A

Black with #D5313A

Text Example


Text Example

White with #D5313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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