Html Css Color HEX #D5363D Mahogany

📋 copy color: '#D5363D'

red 213 ◦ green 54 ◦ blue 61

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

Shades of Mahogany #D5363D

Tints of Mahogany #D5363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

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

R = 64.94%
G = 16.46%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5363D (or 0xD5363D) is known color: Mahogany. HEX triplet: D5, 36 and 3D. RGB value is (213,54,61). Sum of RGB (Red+Green+Blue) = 213+54+61=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5363D is #2AC9C2. Grayscale: #666666. Windows color (decimal): -2804163 or 4011733. OLE color: 4011733.

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

Color convert

RGB 213 54 61 -
CMYK 0 0.75 0.71 0.16
HSL 357.36º 0.65% 0.52% -
HSV(B) 357.36º 0.75% 0.84% -
XYZ 29.6 17.12 6.16 -
YUV 102.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 213 54 61 0 0.75 0.71 0.16 357.36 0.65 0.52
Hex D5 36 3D 0 4B 47 10 165 41 34
Octal 325 66 75 0 113 107 20 545 101 64
Binary 11010101 110110 111101 0 1001011 1000111 10000 101100101 1000001 110100

Color Harmonies of #D5363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5363D

Black with #D5363D

Text Example


Text Example

White with #D5363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5363D; }

 p { color: rgb(213,54,61); }

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

background-color css

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

 a { background-color: rgb(213,54,61); }

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

border-color css

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

 span { border-color: rgb(213,54,61); }

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