Html Css Color HEX #D5353A Mahogany

📋 copy color: '#D5353A'

red 213 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #D5353A

Tints of Mahogany #D5353A

RGB

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

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

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

R = 65.74%
G = 16.36%
B = 17.9%

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

#D5353A (or 0xD5353A) is known color: Mahogany. HEX triplet: D5, 35 and 3A. RGB value is (213,53,58). Sum of RGB (Red+Green+Blue) = 213+53+58=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5353A is #2ACAC5. Grayscale: #656565. Windows color (decimal): -2804422 or 3814869. OLE color: 3814869.

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

Color convert

RGB 213 53 58 -
CMYK 0 0.75 0.73 0.16
HSL 358.13º 0.66% 0.52% -
HSV(B) 358.13º 0.75% 0.84% -
XYZ 29.48 17 5.73 -
YUV 101.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 213 53 58 0 0.75 0.73 0.16 358.13 0.66 0.52
Hex D5 35 3A 0 4B 49 10 166 42 34
Octal 325 65 72 0 113 111 20 546 102 64
Binary 11010101 110101 111010 0 1001011 1001001 10000 101100110 1000010 110100

Color Harmonies of #D5353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5353A

Black with #D5353A

Text Example


Text Example

White with #D5353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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