Html Css Color HEX #D6313D Mahogany

📋 copy color: '#D6313D'

red 214 ◦ green 49 ◦ blue 61

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

Shades of Mahogany #D6313D

Tints of Mahogany #D6313D

RGB

 RED value IS 214 (83.98% from 255) = 66.05%

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

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 66.05%
G = 15.12%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6313D (or 0xD6313D) is known color: Mahogany. HEX triplet: D6, 31 and 3D. RGB value is (214,49,61). Sum of RGB (Red+Green+Blue) = 214+49+61=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6313D is #29CEC2. Grayscale: #636363. Windows color (decimal): -2739907 or 4010454. OLE color: 4010454.

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

Color convert

RGB 214 49 61 -
CMYK 0 0.77 0.71 0.16
HSL 355.64º 0.67% 0.52% -
HSV(B) 355.64º 0.77% 0.84% -
XYZ 29.67 16.83 6.1 -
YUV 99.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 214 49 61 0 0.77 0.71 0.16 355.64 0.67 0.52
Hex D6 31 3D 0 4D 47 10 164 43 34
Octal 326 61 75 0 115 107 20 544 103 64
Binary 11010110 110001 111101 0 1001101 1000111 10000 101100100 1000011 110100

Color Harmonies of #D6313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6313D

Black with #D6313D

Text Example


Text Example

White with #D6313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6313D; }

 p { color: rgb(214,49,61); }

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

background-color css

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

 a { background-color: rgb(214,49,61); }

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

border-color css

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

 span { border-color: rgb(214,49,61); }

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