Html Css Color HEX #D6353C Mahogany

📋 copy color: '#D6353C'

red 214 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #D6353C

Tints of Mahogany #D6353C

RGB

 RED value IS 214 (83.98% from 255) = 65.44%

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

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 65.44%
G = 16.21%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6353C (or 0xD6353C) is known color: Mahogany. HEX triplet: D6, 35 and 3C. RGB value is (214,53,60). Sum of RGB (Red+Green+Blue) = 214+53+60=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6353C is #29CAC3. Grayscale: #666666. Windows color (decimal): -2738884 or 3945942. OLE color: 3945942.

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

Color convert

RGB 214 53 60 -
CMYK 0 0.75 0.72 0.16
HSL 357.39º 0.66% 0.52% -
HSV(B) 357.39º 0.75% 0.84% -
XYZ 29.82 17.17 6.02 -
YUV 101.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 214 53 60 0 0.75 0.72 0.16 357.39 0.66 0.52
Hex D6 35 3C 0 4B 48 10 165 42 34
Octal 326 65 74 0 113 110 20 545 102 64
Binary 11010110 110101 111100 0 1001011 1001000 10000 101100101 1000010 110100

Color Harmonies of #D6353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6353C

Black with #D6353C

Text Example


Text Example

White with #D6353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6353C; }

 p { color: rgb(214,53,60); }

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

background-color css

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

 a { background-color: rgb(214,53,60); }

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

border-color css

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

 span { border-color: rgb(214,53,60); }

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