Html Css Color HEX #D5363B Mahogany

📋 copy color: '#D5363B'

red 213 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #D5363B

Tints of Mahogany #D5363B

RGB

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

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

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

R = 65.34%
G = 16.56%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5363B (or 0xD5363B) is known color: Mahogany. HEX triplet: D5, 36 and 3B. RGB value is (213,54,59). Sum of RGB (Red+Green+Blue) = 213+54+59=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5363B is #2AC9C4. Grayscale: #666666. Windows color (decimal): -2804165 or 3880661. OLE color: 3880661.

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

Color convert

RGB 213 54 59 -
CMYK 0 0.75 0.72 0.16
HSL 358.11º 0.65% 0.52% -
HSV(B) 358.11º 0.75% 0.84% -
XYZ 29.55 17.1 5.88 -
YUV 102.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 213 54 59 0 0.75 0.72 0.16 358.11 0.65 0.52
Hex D5 36 3B 0 4B 48 10 166 41 34
Octal 325 66 73 0 113 110 20 546 101 64
Binary 11010101 110110 111011 0 1001011 1001000 10000 101100110 1000001 110100

Color Harmonies of #D5363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5363B

Black with #D5363B

Text Example


Text Example

White with #D5363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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