Html Css Color HEX #D3353C Mahogany

📋 copy color: '#D3353C'

red 211 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #D3353C

Tints of Mahogany #D3353C

RGB

 RED value IS 211 (82.81% from 255) = 65.12%

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

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

R = 65.12%
G = 16.36%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3353C (or 0xD3353C) is known color: Mahogany. HEX triplet: D3, 35 and 3C. RGB value is (211,53,60). Sum of RGB (Red+Green+Blue) = 211+53+60=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3353C is #2CCAC3. Grayscale: #656565. Windows color (decimal): -2935492 or 3945939. OLE color: 3945939.

HSL color Cylindrical-coordinate representation of color #D3353C: hue angle of 357.34º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3353C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 53 60 -
CMYK 0 0.75 0.72 0.17
HSL 357.34º 0.64% 0.52% -
HSV(B) 357.34º 0.75% 0.83% -
XYZ 28.95 16.72 5.98 -
YUV 101.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 211 53 60 0 0.75 0.72 0.17 357.34 0.64 0.52
Hex D3 35 3C 0 4B 48 11 165 40 34
Octal 323 65 74 0 113 110 21 545 100 64
Binary 11010011 110101 111100 0 1001011 1001000 10001 101100101 1000000 110100

Color Harmonies of #D3353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3353C

Black with #D3353C

Text Example


Text Example

White with #D3353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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