Html Css Color HEX #D5363E Mahogany

📋 copy color: '#D5363E'

red 213 ◦ green 54 ◦ blue 62

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

Shades of Mahogany #D5363E

Tints of Mahogany #D5363E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 64.74%
G = 16.41%
B = 18.84%

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

#D5363E (or 0xD5363E) is known color: Mahogany. HEX triplet: D5, 36 and 3E. RGB value is (213,54,62). Sum of RGB (Red+Green+Blue) = 213+54+62=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5363E is #2AC9C1. Grayscale: #666666. Windows color (decimal): -2804162 or 4077269. OLE color: 4077269.

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

Color convert

RGB 213 54 62 -
CMYK 0 0.75 0.71 0.16
HSL 356.98º 0.65% 0.52% -
HSV(B) 356.98º 0.75% 0.84% -
XYZ 29.63 17.13 6.3 -
YUV 102.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 213 54 62 0 0.75 0.71 0.16 356.98 0.65 0.52
Hex D5 36 3E 0 4B 47 10 165 41 34
Octal 325 66 76 0 113 107 20 545 101 64
Binary 11010101 110110 111110 0 1001011 1000111 10000 101100101 1000001 110100

Color Harmonies of #D5363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5363E

Black with #D5363E

Text Example


Text Example

White with #D5363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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