Html Css Color HEX #D5363F Mahogany

📋 copy color: '#D5363F'

red 213 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #D5363F

Tints of Mahogany #D5363F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.09%

R = 64.55%
G = 16.36%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5363F (or 0xD5363F) is known color: Mahogany. HEX triplet: D5, 36 and 3F. RGB value is (213,54,63). Sum of RGB (Red+Green+Blue) = 213+54+63=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5363F is #2AC9C0. Grayscale: #666666. Windows color (decimal): -2804161 or 4142805. OLE color: 4142805.

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

Color convert

RGB 213 54 63 -
CMYK 0 0.75 0.70 0.16
HSL 356.6º 0.65% 0.52% -
HSV(B) 356.6º 0.75% 0.84% -
XYZ 29.66 17.14 6.45 -
YUV 102.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 213 54 63 0 0.75 0.70 0.16 356.6 0.65 0.52
Hex D5 36 3F 0 4B 46 10 165 41 34
Octal 325 66 77 0 113 106 20 545 101 64
Binary 11010101 110110 111111 0 1001011 1000110 10000 101100101 1000001 110100

Color Harmonies of #D5363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5363F

Black with #D5363F

Text Example


Text Example

White with #D5363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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