Html Css Color HEX #D6353B Mahogany

📋 copy color: '#D6353B'

red 214 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #D6353B

Tints of Mahogany #D6353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.1%

R = 65.64%
G = 16.26%
B = 18.1%

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

#D6353B (or 0xD6353B) is known color: Mahogany. HEX triplet: D6, 35 and 3B. RGB value is (214,53,59). Sum of RGB (Red+Green+Blue) = 214+53+59=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6353B is #29CAC4. Grayscale: #656565. Windows color (decimal): -2738885 or 3880406. OLE color: 3880406.

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

Color convert

RGB 214 53 59 -
CMYK 0 0.75 0.72 0.16
HSL 357.76º 0.66% 0.52% -
HSV(B) 357.76º 0.75% 0.84% -
XYZ 29.79 17.16 5.88 -
YUV 101.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 214 53 59 0 0.75 0.72 0.16 357.76 0.66 0.52
Hex D6 35 3B 0 4B 48 10 166 42 34
Octal 326 65 73 0 113 110 20 546 102 64
Binary 11010110 110101 111011 0 1001011 1001000 10000 101100110 1000010 110100

Color Harmonies of #D6353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6353B

Black with #D6353B

Text Example


Text Example

White with #D6353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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