Html Css Color HEX #D5363A Mahogany

📋 copy color: '#D5363A'

red 213 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #D5363A

Tints of Mahogany #D5363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.85%

R = 65.54%
G = 16.62%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5363A (or 0xD5363A) is known color: Mahogany. HEX triplet: D5, 36 and 3A. RGB value is (213,54,58). Sum of RGB (Red+Green+Blue) = 213+54+58=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5363A is #2AC9C5. Grayscale: #666666. Windows color (decimal): -2804166 or 3815125. OLE color: 3815125.

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

Color convert

RGB 213 54 58 -
CMYK 0 0.75 0.73 0.16
HSL 358.49º 0.65% 0.52% -
HSV(B) 358.49º 0.75% 0.84% -
XYZ 29.52 17.09 5.75 -
YUV 102 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 213 54 58 0 0.75 0.73 0.16 358.49 0.65 0.52
Hex D5 36 3A 0 4B 49 10 166 41 34
Octal 325 66 72 0 113 111 20 546 101 64
Binary 11010101 110110 111010 0 1001011 1001001 10000 101100110 1000001 110100

Color Harmonies of #D5363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5363A

Black with #D5363A

Text Example


Text Example

White with #D5363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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