Html Css Color HEX #D6313B Mahogany

📋 copy color: '#D6313B'

red 214 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #D6313B

Tints of Mahogany #D6313B

RGB

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

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

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

R = 66.46%
G = 15.22%
B = 18.32%

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

#D6313B (or 0xD6313B) is known color: Mahogany. HEX triplet: D6, 31 and 3B. RGB value is (214,49,59). Sum of RGB (Red+Green+Blue) = 214+49+59=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D6313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6313B is #29CEC4. Grayscale: #636363. Windows color (decimal): -2739909 or 3879382. OLE color: 3879382.

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

Color convert

RGB 214 49 59 -
CMYK 0 0.77 0.72 0.16
HSL 356.36º 0.67% 0.52% -
HSV(B) 356.36º 0.77% 0.84% -
XYZ 29.62 16.81 5.82 -
YUV 99.48 105.16 209.69 -
System Red Green Blue C M Y K H S L
Decimal 214 49 59 0 0.77 0.72 0.16 356.36 0.67 0.52
Hex D6 31 3B 0 4D 48 10 164 43 34
Octal 326 61 73 0 115 110 20 544 103 64
Binary 11010110 110001 111011 0 1001101 1001000 10000 101100100 1000011 110100

Color Harmonies of #D6313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6313B

Black with #D6313B

Text Example


Text Example

White with #D6313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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