Html Css Color HEX #D5353E Mahogany

📋 copy color: '#D5353E'

red 213 ◦ green 53 ◦ blue 62

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

Shades of Mahogany #D5353E

Tints of Mahogany #D5353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

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

R = 64.94%
G = 16.16%
B = 18.9%

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

#D5353E (or 0xD5353E) is known color: Mahogany. HEX triplet: D5, 35 and 3E. RGB value is (213,53,62). Sum of RGB (Red+Green+Blue) = 213+53+62=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5353E is #2ACAC1. Grayscale: #656565. Windows color (decimal): -2804418 or 4077013. OLE color: 4077013.

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

Color convert

RGB 213 53 62 -
CMYK 0 0.75 0.71 0.16
HSL 356.63º 0.66% 0.52% -
HSV(B) 356.63º 0.75% 0.84% -
XYZ 29.58 17.04 6.29 -
YUV 101.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 213 53 62 0 0.75 0.71 0.16 356.63 0.66 0.52
Hex D5 35 3E 0 4B 47 10 165 42 34
Octal 325 65 76 0 113 107 20 545 102 64
Binary 11010101 110101 111110 0 1001011 1000111 10000 101100101 1000010 110100

Color Harmonies of #D5353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5353E

Black with #D5353E

Text Example


Text Example

White with #D5353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5353E; }

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

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

background-color css

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

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

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

border-color css

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

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

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