Html Css Color HEX #D5313B Mahogany

📋 copy color: '#D5313B'

red 213 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #D5313B

Tints of Mahogany #D5313B

RGB

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

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

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

R = 66.36%
G = 15.26%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5313B (or 0xD5313B) is known color: Mahogany. HEX triplet: D5, 31 and 3B. RGB value is (213,49,59). Sum of RGB (Red+Green+Blue) = 213+49+59=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D5313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5313B is #2ACEC4. Grayscale: #636363. Windows color (decimal): -2805445 or 3879381. OLE color: 3879381.

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

Color convert

RGB 213 49 59 -
CMYK 0 0.77 0.72 0.16
HSL 356.34º 0.66% 0.51% -
HSV(B) 356.34º 0.77% 0.84% -
XYZ 29.33 16.66 5.81 -
YUV 99.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 213 49 59 0 0.77 0.72 0.16 356.34 0.66 0.51
Hex D5 31 3B 0 4D 48 10 164 42 33
Octal 325 61 73 0 115 110 20 544 102 63
Binary 11010101 110001 111011 0 1001101 1001000 10000 101100100 1000010 110011

Color Harmonies of #D5313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5313B

Black with #D5313B

Text Example


Text Example

White with #D5313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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